Linguaggio

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

Una stringa che descrive l'evento di progresso che viene sollevato.

PercentComplete
Int32

Un intero usato per indicare quanto del compito è stato completato.

ProgressCountLow
Int32

Un intero che contiene i 32 bit più bassi delle unità completate.

ProgressCountHigh
Int32

Un intero che contiene i 32 bit alti delle unità completate.

SubComponent
String

Una stringa che contiene più dettagli sulla fonte dell'evento.

pbFireAgain
Boolean

Un booleano che indica questo dovrebbe continuare a sparare o fermarsi. Un valore di vero indica che dovrebbe continuare a sparare.

Attributi

Commenti

Per altre informazioni, vedere IDTSEvents.

Si applica a