Compartilhar via


Propriedade do RDL ProgressReportEventArgs.SubTotalCount

Gets the current count of objects processed by the operation 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 SubTotalCount As Integer 
    Get
'Uso
Dim instance As ProgressReportEventArgs 
Dim value As Integer 

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

Valor da propriedade

Tipo: System.Int32
An Int32 value that specifies the current count of objects processed by the operation within the current branch of the object hierarchy.

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ProgressReportEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo