StartTime propriété
Gets the date and time at which a TraceEventArgs object's trace started.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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 la propriété
Type : System. . :: . .DateTime
A date and time value of type DataTime.
Voir aussi