Propriedade do RDL TraceEventArgs.ProgressTotal

Gets the progress total associated with a TraceEventArgs object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Int64
The 64-bit signed integer representation of total progress.

Consulte também

Referência

TraceEventArgs Classe

Namespace Microsoft.AnalysisServices