ProgressReportEventArgs.TotalCount プロパティ

オブジェクト階層全体で、その操作によって処理されたオブジェクトの現在の数を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property TotalCount As Integer 
    Get
'使用
Dim instance As ProgressReportEventArgs 
Dim value As Integer 

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

プロパティ値

型: System.Int32
オブジェクト階層全体で、その操作によって処理されたオブジェクトの現在の数を示す Int32 値です。

使用例

SMO イベントの処理

関連項目

参照

ProgressReportEventArgs クラス

Microsoft.SqlServer.Management.Smo 名前空間