言語

PackageUpgradeResult.OnProgress メソッド

定義

タスクの実行の進行状況を更新するために呼び出されます。

public:
 virtual void OnProgress(Microsoft::SqlServer::Dts::Runtime::TaskHost ^ taskHost, System::String ^ progressDescription, int percentComplete, int progressCountLow, int progressCountHigh, System::String ^ subComponent, bool % fireAgain);
public void OnProgress(Microsoft.SqlServer.Dts.Runtime.TaskHost taskHost, string progressDescription, int percentComplete, int progressCountLow, int progressCountHigh, string subComponent, ref bool fireAgain);
abstract member OnProgress : Microsoft.SqlServer.Dts.Runtime.TaskHost * string * int * int * int * string * bool -> unit
override this.OnProgress : Microsoft.SqlServer.Dts.Runtime.TaskHost * string * int * int * int * string * bool -> unit
Public Sub OnProgress (taskHost As TaskHost, progressDescription As String, percentComplete As Integer, progressCountLow As Integer, progressCountHigh As Integer, subComponent As String, ByRef fireAgain As Boolean)

パラメーター

taskHost
TaskHost

null 値。

progressDescription
String

進行イベントが発生したことを記述する文字列です。

percentComplete
Int32

整数はタスクの完了量を示します。

progressCountLow
Int32

完成した単位の下位32ビットを含む整数です。

progressCountHigh
Int32

完成した単位の上位32ビットを含む整数。

subComponent
String

イベントソースの詳細を含む文字列です。

fireAgain
Boolean

対象が発射を続ける場合は真であり、そうでなければ、誤りです。

実装

適用対象