IDTSEvents100 接口

定义

定义事件的方法。

public interface class IDTSEvents100
[System.Runtime.InteropServices.Guid("C003D4F1-7DC4-4EEC-A498-635F18B35296")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("5D3DE54E-2203-48ED-9C06-F72C8E10BD84")]
public interface IDTSEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2DA57214-161A-4748-9989-1F7DB695C2DF")]
public interface IDTSEvents100
[<System.Runtime.InteropServices.Guid("C003D4F1-7DC4-4EEC-A498-635F18B35296")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSEvents100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("5D3DE54E-2203-48ED-9C06-F72C8E10BD84")>]
type IDTSEvents100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2DA57214-161A-4748-9989-1F7DB695C2DF")>]
type IDTSEvents100 = interface
Public Interface IDTSEvents100
属性

方法

OnBreakpointHit(IDTSBreakpointSite100, IDTSBreakpointTarget100)

当命中任务中的断点时调用。

OnCustomEvent(IDTSTaskHost100, String, String, Object[], String, Boolean)

由任务调用,用于引发自定义的任务定义事件。

OnError(IDTSRuntimeObject100, Int32, String, String, String, Int32, String, Boolean)

出现错误时由任务或容器调用。

OnExecutionStatusChanged(IDTSExecutable100, DTSExecStatus, Boolean)

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

OnInformation(IDTSRuntimeObject100, Int32, String, String, String, Int32, String, Boolean)

需要任务提供信息时调用。

OnPostExecute(IDTSExecutable100, Boolean)

任务的执行逻辑完成后立即调用。 此事件由任务或容器在其运行后引发。

OnPostValidate(IDTSExecutable100, Boolean)

任务的验证逻辑完成后立即调用。 此事件由任务在验证自己后引发。

OnPreExecute(IDTSExecutable100, Boolean)

任务将要执行时调用。 此事件由任务或容器在其运行前一刻引发。

OnPreValidate(IDTSExecutable100, Boolean)

任务的实际验证逻辑开始时调用。 在任务宿主或容器的验证开始时引发此事件。

OnProgress(IDTSTaskHost100, String, Int32, Int32, Int32, String, Boolean)

要更新任务执行的进度时调用。

OnQueryCancel(Boolean)

指示在任务处理过程中可以取消执行的任何时刻调用的方法。 此事件由任务和容器引发,以确定它们是否应停止运行。

OnTaskFailed(IDTSTaskHost100)

任务宿主失败时由其调用。

OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean)

由运行时引擎调用。 它不由任务调用。

OnWarning(IDTSRuntimeObject100, Int32, String, String, String, Int32, String)

当任务处于不能证明出错但有必要向客户端发出警报的状态时调用。

适用于