Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: System.Int64
The 64-bit signed integer representation of total progress.