语言

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

确实,随着任务执行的进行,事件再次被提及;否则,就是假的。

属性

适用于