ProgressReportEventArgs コンストラクター (Urn, Urn, Boolean, Int32, Int32, Int32, Int32)

指定されたオプションを使用して ProgressReportEventArgs クラスの新しいインスタンスを作成します。

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

構文

'宣言
Public Sub New ( _
    current As Urn, _
    parent As Urn, _
    isSchemaBound As Boolean, _
    subTotalCount As Integer, _
    subTotal As Integer, _
    totalCount As Integer, _
    total As Integer _
)
'使用
Dim current As Urn 
Dim parent As Urn 
Dim isSchemaBound As Boolean 
Dim subTotalCount As Integer 
Dim subTotal As Integer 
Dim totalCount As Integer 
Dim total As Integer 

Dim instance As New ProgressReportEventArgs(current, _
    parent, isSchemaBound, subTotalCount, _
    subTotal, totalCount, total)
public ProgressReportEventArgs(
    Urn current,
    Urn parent,
    bool isSchemaBound,
    int subTotalCount,
    int subTotal,
    int totalCount,
    int total
)
public:
ProgressReportEventArgs(
    Urn^ current, 
    Urn^ parent, 
    bool isSchemaBound, 
    int subTotalCount, 
    int subTotal, 
    int totalCount, 
    int total
)
new : 
        current:Urn * 
        parent:Urn * 
        isSchemaBound:bool * 
        subTotalCount:int * 
        subTotal:int * 
        totalCount:int * 
        total:int -> ProgressReportEventArgs
public function ProgressReportEventArgs(
    current : Urn, 
    parent : Urn, 
    isSchemaBound : boolean, 
    subTotalCount : int, 
    subTotal : int, 
    totalCount : int, 
    total : int
)

パラメーター

  • isSchemaBound
    型: System.Boolean
    スキーマにオブジェクトがバインドされているかどうかを示す値です。
  • subTotalCount
    型: System.Int32
    オブジェクト階層の現在の分岐内にあるオブジェクトの総数を示す Int32 です。
  • subTotal
    型: System.Int32
    オブジェクト階層全体で、その操作によって処理されたオブジェクトの現在の数を示す Int32 です。
  • totalCount
    型: System.Int32
    オブジェクト階層全体のオブジェクトの総数を示す Int32 です。
  • total
    型: System.Int32
    現在その操作が処理しているオブジェクトを示す Urn オブジェクトの値です。

関連項目

参照

ProgressReportEventArgs クラス

ProgressReportEventArgs オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間