Condividi tramite


Proprietà SubTotal

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SubTotal As Integer
    Get
'Utilizzo
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

Valore proprietà

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