Bagikan melalui


IDTSEvents100.OnPostValidate(IDTSExecutable100, Boolean) Metode

Definisi

Dipanggil segera setelah logika validasi tugas selesai. Kejadian ini dinaikkan oleh tugas setelah tugas divalidasi.

public:
 void OnPostValidate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ pExec, bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(3)]
public void OnPostValidate (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 pExec, ref bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member OnPostValidate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 * bool -> unit
Public Sub OnPostValidate (pExec As IDTSExecutable100, ByRef pbFireAgain As Boolean)

Parameter

pExec
IDTSExecutable100

Tugas menaikkan 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