IDTSEvents100.OnExecutionStatusChanged Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Dipanggil oleh tugas atau kontainer ketika status eksekusinya berubah.
public:
void OnExecutionStatusChanged(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ pExec, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecStatus newStatus, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(11)]
public void OnExecutionStatusChanged (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 pExec, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus newStatus, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member OnExecutionStatusChanged : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus * bool -> unit
Public Sub OnExecutionStatusChanged (pExec As IDTSExecutable100, newStatus As DTSExecStatus, ByRef pbFireAgain As Boolean)
Parameter
- pExec
- IDTSExecutable100
Tugas menaikkan peristiwa.
- newStatus
- DTSExecStatus
Status saat ini dari executable.
- 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.