EndTime propriété

Gets the end time associated with a TraceEventArgs object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EndTime As DateTime
    Get
'Utilisation
Dim instance As TraceEventArgs
Dim value As DateTime

value = instance.EndTime
public DateTime EndTime { get; }
public:
property DateTime EndTime {
    DateTime get ();
}
member EndTime : DateTime
function get EndTime () : DateTime

Valeur de la propriété

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