IDTSComponentMetaData100.FireProgress 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
确实,随着任务执行的进行,事件再次被提及;否则,就是假的。
- 属性