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

タスク実行が続く中でイベントを再び提起します。そうでなければ、誤りです。

属性

適用対象