IDTSComponentMetaData100.FireProgress メソッド

定義

public:
 void FireProgress(System::String ^ bstrProgressDescription, int lPercentComplete, int lProgressCountLow, int lProgressCountHigh, System::String ^ bstrSubComponent, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(134)]
public void FireProgress (string bstrProgressDescription, int lPercentComplete, int lProgressCountLow, int lProgressCountHigh, string bstrSubComponent, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(134)>]
abstract member FireProgress : string * int * int * int * string * bool -> unit
Public Sub FireProgress (bstrProgressDescription As String, lPercentComplete As Integer, lProgressCountLow As Integer, lProgressCountHigh As Integer, bstrSubComponent As String, ByRef pbFireAgain As Boolean)

パラメーター

bstrProgressDescription
String

進行状況と状態の説明です。

lPercentComplete
Int32

完了したタスクの割合です。

lProgressCountLow
Int32

完了した単位の下位 32 ビットです。

lProgressCountHigh
Int32

完了した単位の上位 32 ビットです。

bstrSubComponent
String

イベントを発生させるコンポーネントの名前を表す文字列です。

pbFireAgain
Boolean

true を指定すると、タスクの実行が続行するとイベントが再度発生します。それ以外の場合は false。

属性

適用対象