Compartilhar via


Propriedade do RDL ProgressReportEventArgs.Total

Gets the total number of object in the entire object hierarchy.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Total As Integer 
    Get
'Uso
Dim instance As ProgressReportEventArgs 
Dim value As Integer 

value = instance.Total
public int Total { get; }
public:
property int Total {
    int get ();
}
member Total : int
function get Total () : int

Valor da propriedade

Tipo: System.Int32
An Int32 value that specifies the total number of object in the entire object hierarchy.

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ProgressReportEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo