Поделиться через


Свойство ProgressReportEventArgs.SubTotal

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property SubTotal As Integer 
    Get
'Применение
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

Значение свойства

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

Примеры

Обработка событий SMO

См. также

Справочник

ProgressReportEventArgs Класс

Пространство имен Microsoft.SqlServer.Management.Smo