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.
public:
void OnExecutionStatusChanged(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSExecutable100 ^ pExec, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::DTSExecStatus newStatus, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(11)]
public void OnExecutionStatusChanged (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSExecutable100 pExec, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DTSExecStatus newStatus, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member OnExecutionStatusChanged : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSExecutable100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DTSExecStatus * bool -> unit
Public Sub OnExecutionStatusChanged (pExec As IDTSExecutable100, newStatus As DTSExecStatus, ByRef pbFireAgain As Boolean)
Parameter
- pExec
- IDTSExecutable100
- newStatus
- DTSExecStatus
- pbFireAgain
- Boolean
- Atribut