Propriété TraceEventArgs.CurrentTime
Gets the current date and time associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CurrentTime As DateTime
Get
'Utilisation
Dim instance As TraceEventArgs
Dim value As DateTime
value = instance.CurrentTime
public DateTime CurrentTime { get; }
public:
property DateTime CurrentTime {
DateTime get ();
}
member CurrentTime : DateTime
function get CurrentTime () : DateTime
Valeur de propriété
Type : System.DateTime
The date and time.