TraceEventArgs.CpuTime Propiedad
Gets the CPU time associated with a TraceEventArgs object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public ReadOnly Property CpuTime As Long
Get
'Uso
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
Valor de la propiedad
Tipo: System.Int64
An Integer representation of seconds elapsed.