ProgressReportEventArgs.SubTotal プロパティ

オブジェクト階層の現在の分岐内にあるオブジェクトの総数を取得します。

名前空間:  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
オブジェクト階層の現在の分岐内にあるオブジェクトの総数を示す Int32 です。

使用例

SMO イベントの処理

関連項目

参照

ProgressReportEventArgs クラス

Microsoft.SqlServer.Management.Smo 名前空間