Partager via


Propriété ProgressReportEventArgs.SubTotalCount

Gets the current count of objects processed by the operation within the current branch of the object hierarchy.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SubTotalCount As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Gestion des événements SMO

Voir aussi

Référence

ProgressReportEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Smo