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

示例

处理 SMO 事件

请参阅

参考

ProgressReportEventArgs 类

Microsoft.SqlServer.Management.Smo 命名空间