言語

IDTSComponentEvents100.FireProgress メソッド

定義

実行ファイルによる測定可能な進捗が見られた際にイベントを発生させます。

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

パラメーター

ProgressDescription
String

発生した進行イベントを表す文字列です。

PercentComplete
Int32

整数はタスクのどれだけ完了したかを示すために使われました。

ProgressCountLow
Int32

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

ProgressCountHigh
Int32

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

SubComponent
String

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

pbFireAgain
Boolean

このメソッドが戻ると、はこれを継続または停止すべきことを示すブール値を含みます。 真の値は、発射を続けるべきであることを示します。 falseの値は発射を停止すべきです。 このパラメーターは初期化されていない状態で渡されます。

属性

適用対象