ProgressTotal propriété
Gets the progress total associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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 la propriété
Type : System. . :: . .Int64
The 64-bit signed integer representation of total progress.
Voir aussi