Partager via


Propriété ProgressReportEventArgs.SubTotal

Gets the total number of objects 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 SubTotal As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
An Int32 that specifies the total number of objects 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