IDTSEvents100.OnExecutionStatusChanged 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void OnExecutionStatusChanged(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSExecutable100 ^ pExec, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSExecStatus newStatus, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(11)]
public void OnExecutionStatusChanged (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSExecutable100 pExec, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecStatus newStatus, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member OnExecutionStatusChanged : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSExecutable100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecStatus * bool -> unit
Public Sub OnExecutionStatusChanged (pExec As IDTSExecutable100, newStatus As DTSExecStatus, ByRef pbFireAgain As Boolean)
參數
- pExec
- IDTSExecutable100
- newStatus
- DTSExecStatus
- pbFireAgain
- Boolean
- 屬性