次の方法で共有


ProgressReportEventArgs Constructor

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 _
)
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
)
public ProgressReportEventArgs (
    Urn current, 
    Urn parent, 
    int subTotalCount, 
    int subTotal, 
    int totalCount, 
    int total
)
public function ProgressReportEventArgs (
    current : Urn, 
    parent : Urn, 
    subTotalCount : int, 
    subTotal : int, 
    totalCount : int, 
    total : int
)

パラメータ

  • current
    現在その操作が処理しているオブジェクトを示す Urn オブジェクトの値です。
  • parent
    その操作が処理している階層の最上位にあるオブジェクトを示す Urn オブジェクトの値です。
  • subTotalCount
    オブジェクト階層の現在の分岐内で、その操作によって処理されたオブジェクトの現在の数です。
  • subTotal
    オブジェクト階層の現在の分岐内にあるオブジェクトの総数を示す Int32 です。
  • totalCount
    オブジェクト階層全体で、その操作によって処理されたオブジェクトの現在の数を示す Int32 です。
  • total
    オブジェクト階層全体のオブジェクトの総数を示す Int32 です。

解説

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。

使用例

Visual Basic .NET でイベント ハンドラの登録およびイベント ハンドリングのサブスクライブを行う方法

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ProgressReportEventArgs Class
ProgressReportEventArgs Members
Microsoft.SqlServer.Management.Smo Namespace

その他の技術情報

SMO イベントの処理