Linguaggio

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

Una descrizione dei progressi e dello stato.

lPercentComplete
Int32

La percentuale del compito completato.

lProgressCountLow
Int32

I 32 bit più bassi delle unità completate.

lProgressCountHigh
Int32

Gli alti 32 bit delle unità completate.

bstrSubComponent
String

La stringa che rappresenta il nome della componente che solleva l'evento.

pbFireAgain
Boolean

È vero che l'evento riporta man mano che l'esecuzione del compito continua; altrimenti, falso.

Attributi

Si applica a