Bagikan melalui


IDTSEvents100.OnProgress Metode

Definisi

Dipanggil untuk memperbarui kemajuan tentang eksekusi tugas.

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)

Parameter

pTaskHost
IDTSTaskHost100

Nilai null.

ProgressDescription
String

String yang menjelaskan peristiwa kemajuan yang dimunculkan.

PercentComplete
Int32

Bilangan bulat yang digunakan untuk menunjukkan berapa banyak tugas yang telah selesai.

ProgressCountLow
Int32

Bilangan bulat yang berisi 32-bit rendah unit selesai.

ProgressCountHigh
Int32

Bilangan bulat yang berisi 32-bit tinggi unit selesai.

SubComponent
String

String yang berisi detail lebih lanjut tentang sumber peristiwa.

pbFireAgain
Boolean

Boolean yang menunjukkan ini harus terus menembak atau berhenti menembak. Nilai true menunjukkan bahwa nilai tersebut harus terus diaktifkan.

Atribut

Keterangan

Untuk informasi selengkapnya, lihat IDTSEvents.

Berlaku untuk