Свойство TotalCount
Gets the total current count of objects processed by the operation within the entire object hierarchy.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property TotalCount As Integer
Get
'Применение
Dim instance As ProgressReportEventArgs
Dim value As Integer
value = instance.TotalCount
public int TotalCount { get; }
public:
property int TotalCount {
int get ();
}
member TotalCount : int
function get TotalCount () : int
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the current count of objects processed by the operation within the entire object hierarchy.
См. также