TraceEventArgs.ProgressTotal Propiedad
Gets the progress total associated with a TraceEventArgs object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public ReadOnly Property ProgressTotal As Long
Get
'Uso
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
Valor de la propiedad
Tipo: System.Int64
The 64-bit signed integer representation of total progress.