Propriedade do RDL TraceEventArgs.StartTime

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

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

Sintaxe

'Declaração
Public ReadOnly Property StartTime As DateTime 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

TraceEventArgs Classe

Namespace Microsoft.AnalysisServices