Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: System.DateTime
The date and time.