Compartilhar via


Propriedade do RDL TraceEventArgs.CpuTime

Gets the CPU time associated with a TraceEventArgs object.

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

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Int64
An Integer representation of seconds elapsed.

Consulte também

Referência

TraceEventArgs Classe

Namespace Microsoft.AnalysisServices