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

オブジェクトの起動を続行する必要がある場合は True。それ以外の場合は false。

実装

適用対象