ProgressReportEventArgs コンストラクター (Urn, Urn, 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, _
    subTotalCount As Integer, _
    subTotal As Integer, _
    totalCount As Integer, _
    total As Integer _
)
'使用
Dim current As Urn
Dim parent As Urn
Dim subTotalCount As Integer
Dim subTotal As Integer
Dim totalCount As Integer
Dim total As Integer

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

パラメーター

  • subTotalCount
    型: System. . :: . .Int32
    オブジェクト階層の現在の分岐内で、その操作によって処理されたオブジェクトの現在の数を示す Int32 です。
  • subTotal
    型: System. . :: . .Int32
    オブジェクト階層の現在の分岐内にあるオブジェクトの総数を示す Int32 です。
  • totalCount
    型: System. . :: . .Int32
    オブジェクト階層全体で、その操作によって処理されたオブジェクトの現在の数を示す Int32 です。