Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the total number of object in the entire object hierarchy.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Total As Integer
Get
'Usage
Dim instance As ProgressReportEventArgs
Dim value As Integer
value = instance.Total
public int Total { get; }
public:
property int Total {
int get ();
}
member Total : int
function get Total () : int
Property Value
Type: System.Int32
An Int32 value that specifies the total number of object in the entire object hierarchy.