Freigeben über


TraceEventArgs.CpuTime-Eigenschaft

Gets the CPU time associated with a TraceEventArgs object.

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

Syntax

'Declaration
Public ReadOnly Property CpuTime As Long 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

TraceEventArgs Klasse

Microsoft.AnalysisServices-Namespace