Freigeben über


TraceEventArgs.StartTime-Eigenschaft

Gets the date and time at which a TraceEventArgs object's trace started.

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

Syntax

'Declaration
Public ReadOnly Property StartTime As DateTime 
    Get
'Usage
Dim instance As TraceEventArgs 
Dim value As DateTime 

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

Eigenschaftswert

Typ: System.DateTime
A date and time value of type DataTime.

Siehe auch

Verweis

TraceEventArgs Klasse

Microsoft.AnalysisServices-Namespace