Свойство Total
Gets the total number of object in the entire object hierarchy.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Total As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the total number of object in the entire object hierarchy.
См. также