IDTSEvents100.OnProgress メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タスクの実行の進行状況を更新するために呼び出されます。
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
このブール値が発射を続けるか、発射停止すべきかを示します。 真の値は、発射を続けるべきであることを示します。
- 属性
注釈
詳細については、IDTSEventsを参照してください。