ProgressReportEventArgs.Total プロパティ

オブジェクト階層全体のオブジェクトの総数を取得します。

名前空間:  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
オブジェクト階層全体のオブジェクトの総数を示す Int32 値です。

使用例

SMO イベントの処理

関連項目

参照

ProgressReportEventArgs クラス

Microsoft.SqlServer.Management.Smo 名前空間