ProgressTotal-Eigenschaft
Gets the progress total associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ProgressTotal As Long
Get
'Usage
Dim instance As TraceEventArgs
Dim value As Long
value = instance.ProgressTotal
public long ProgressTotal { get; }
public:
property long long ProgressTotal {
long long get ();
}
member ProgressTotal : int64
function get ProgressTotal () : long
Eigenschaftswert
Typ: System. . :: . .Int64
The 64-bit signed integer representation of total progress.