共用方式為


TraceEventArgs.CpuTime 屬性

Gets the CPU time associated with a TraceEventArgs object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property CpuTime As Long 
    Get
'用途
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

屬性值

型別:System.Int64
An Integer representation of seconds elapsed.

請參閱

參考

TraceEventArgs 類別

Microsoft.AnalysisServices 命名空間