IDTSComponentMetaData100.FireProgress Metodo

Definizione

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)

Parametri

bstrProgressDescription
String

Descrizione dello stato di avanzamento e dello stato.

lPercentComplete
Int32

Percentuale dell'attività completata.

lProgressCountLow
Int32

32 bit bassi delle unità completati.

lProgressCountHigh
Int32

32 bit alti delle unità completati.

bstrSubComponent
String

Stringa che rappresenta il nome del componente che genera l'evento.

pbFireAgain
Boolean

true per generare nuovamente l'evento man mano che l'esecuzione dell'attività continua; in caso contrario, false.

Attributi

Si applica a