CpuTime propriété
Gets the CPU time associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CpuTime As Long
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Int64
An Integer representation of seconds elapsed.
Voir aussi