IDTSEvents100.OnExecutionStatusChanged 方法

定义

由任务或容器在其执行状态更改时调用。

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)

参数

pExec
IDTSExecutable100

引发事件的任务。

newStatus
DTSExecStatus

可执行文件的当前状态。

pbFireAgain
Boolean

一个布尔值,指示这应该继续触发或停止触发。 true 值指示它应继续激发。

属性

注解

有关详细信息,请参阅 IDTSEvents

适用于