共用方式為


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

範例

處理 SMO 事件

請參閱

參考

ProgressReportEventArgs 類別

Microsoft.SqlServer.Management.Smo 命名空間