Compartir a través de


ProgressReportEventArgs.Total Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

ProgressReportEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo