Proprietà TraceEventArgs.CpuTime
Gets the CPU time associated with a TraceEventArgs object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CpuTime As Long
Get
'Utilizzo
Dim instance As TraceEventArgs
Dim value As Long
value = instance.CpuTime
public long CpuTime { get; }
public:
property long long CpuTime {
long long get ();
}
member CpuTime : int64
function get CpuTime () : long
Valore proprietà
Tipo: System.Int64
An Integer representation of seconds elapsed.