Share via


IDTSEvents100.OnProgress メソッド

定義

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

public:
 void OnProgress(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTaskHost100 ^ pTaskHost, System::String ^ ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, System::String ^ SubComponent, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(8)]
public void OnProgress (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskHost100 pTaskHost, string ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, string SubComponent, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member OnProgress : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskHost100 * string * int * int * int * string * bool -> unit
Public Sub OnProgress (pTaskHost As IDTSTaskHost100, ProgressDescription As String, PercentComplete As Integer, ProgressCountLow As Integer, ProgressCountHigh As Integer, SubComponent As String, ByRef pbFireAgain As Boolean)

パラメーター

pTaskHost
IDTSTaskHost100

null 値。

ProgressDescription
String

発生する進行状況イベントを説明する文字列です。

PercentComplete
Int32

タスクがどれだけ完了したかを示すのに使用される整数です。

ProgressCountLow
Int32

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

ProgressCountHigh
Int32

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

SubComponent
String

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

pbFireAgain
Boolean

起動を続けるか、または起動を停止する必要があることを示すブール値。 値が true の場合は、発生を続ける必要があることを示します。

属性

注釈

詳細については、「IDTSEvents」を参照してください。

適用対象