Propriété TraceEventArgs.StartTime

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

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

Syntaxe

'Déclaration
Public ReadOnly Property StartTime As DateTime 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TraceEventArgs Classe

Espace de noms Microsoft.AnalysisServices