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.