Propriedade do RDL ProgressReportEventArgs.SubTotal

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

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

Sintaxe

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

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

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ProgressReportEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo