Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the progress total associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ProgressTotal As Long
Get
'Utilisation
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
Valeur de propriété
Type : System.Int64
The 64-bit signed integer representation of total progress.