Freigeben über


TraceEventArgs.EndTime-Eigenschaft

Gets the end time associated with a TraceEventArgs object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Property EndTime As DateTime 
    Get
'Usage
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

Eigenschaftswert

Typ: System.DateTime
The date and time.

Siehe auch

Verweis

TraceEventArgs Klasse

Microsoft.AnalysisServices-Namespace