ProgressReportEventArgs.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.

示例

处理 SMO 事件

请参阅

参考

ProgressReportEventArgs 类

Microsoft.SqlServer.Management.Smo 命名空间