Condividi tramite


IDTSEvents100.OnProgress Metodo

Definizione

Viene chiamata per aggiornare le informazioni sullo stato di esecuzione dell'attività.

public:
 void OnProgress(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTaskHost100 ^ pTaskHost, System::String ^ ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, System::String ^ SubComponent, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(8)]
public void OnProgress (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskHost100 pTaskHost, string ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, string SubComponent, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member OnProgress : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskHost100 * string * int * int * int * string * bool -> unit
Public Sub OnProgress (pTaskHost As IDTSTaskHost100, ProgressDescription As String, PercentComplete As Integer, ProgressCountLow As Integer, ProgressCountHigh As Integer, SubComponent As String, ByRef pbFireAgain As Boolean)

Parametri

pTaskHost
IDTSTaskHost100

Valore null.

ProgressDescription
String

Stringa che descrive l'evento di stato generato.

PercentComplete
Int32

Intero utilizzato per indicare la quantità di attività completata.

ProgressCountLow
Int32

Integer contenente i 32 bit bassi delle unità completate.

ProgressCountHigh
Int32

Integer contenente i 32 bit alti delle unità completate.

SubComponent
String

Stringa contenente maggiori dettagli sull'origine dell'evento.

pbFireAgain
Boolean

Valore booleano che indica che deve continuare a sparare o arrestare il fuoco. Un valore true indica che deve continuare a sparare.

Attributi

Commenti

Per altre informazioni, vedere IDTSEvents.

Si applica a