Share via


IDTSComponentMetaData100.FireProgress Método

Definição

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)

Parâmetros

bstrProgressDescription
String

Uma descrição do progresso e do status.

lPercentComplete
Int32

O percentual da tarefa que foi concluído.

lProgressCountLow
Int32

Os 32 bits baixos das unidades concluídas.

lProgressCountHigh
Int32

Os 32 bits altos das unidades concluídas.

bstrSubComponent
String

A cadeia de caracteres que representa o nome do componente que gera o evento.

pbFireAgain
Boolean

true para acionar o evento novamente à medida que a execução da tarefa continua; caso contrário, false.

Atributos

Aplica-se a