Propriété TraceEventArgs.ProgressTotal

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.

Voir aussi

Référence

TraceEventArgs Classe

Espace de noms Microsoft.AnalysisServices