Compartir a través de


ProgressReportEventArgs.SubTotal Propiedad

Gets the total number of objects within the current branch of the object hierarchy.

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

Sintaxis

'Declaración
Public ReadOnly Property SubTotal As Integer 
    Get
'Uso
Dim instance As ProgressReportEventArgs 
Dim value As Integer 

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

Valor de la propiedad

Tipo: System.Int32
An Int32 that specifies the total number of objects within the current branch of the object hierarchy.

Ejemplos

Controlar eventos SMO

Vea también

Referencia

ProgressReportEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo