Propriété TraceEventArgs.EndTime
Gets the end time associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en 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 propriété
Type : System.DateTime
The date and time.