SubTotalCount 属性

Gets the current count of objects processed by the operation within the current branch of the object hierarchy.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property SubTotalCount As Integer
    Get
用法
Dim instance As ProgressReportEventArgs
Dim value As Integer

value = instance.SubTotalCount
public int SubTotalCount { get; }
public:
property int SubTotalCount {
    int get ();
}
member SubTotalCount : int
function get SubTotalCount () : int

属性值

类型:System. . :: . .Int32
An Int32 value that specifies the current count of objects processed by the operation within the current branch of the object hierarchy.