IDTSComponentMetaData100.FireProgress Method

Definition

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)

Parameters

bstrProgressDescription
String
lPercentComplete
Int32
lProgressCountLow
Int32
lProgressCountHigh
Int32
bstrSubComponent
String
pbFireAgain
Boolean
Attributes

Applies to