CurrentTime propriété

Gets the current date and time associated with a TraceEventArgs object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans 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 la propriété

Type : System. . :: . .DateTime
The date and time.