语言

IDTSComponentEvents100 接口

定义

定义了一个接口,提供事件触发的方法。

public interface class IDTSComponentEvents100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100
[System.Runtime.InteropServices.Guid("674D1E75-5501-4E94-B5A1-0A907B4571E0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71CDEC47-151F-4C0A-B746-1AB6F0CEF750")]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AD26F576-B55A-4CE5-9B85-1A828FAC6AA0")]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
[<System.Runtime.InteropServices.Guid("674D1E75-5501-4E94-B5A1-0A907B4571E0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentEvents100 = interface
    interface IDTSInfoEvents100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71CDEC47-151F-4C0A-B746-1AB6F0CEF750")>]
type IDTSComponentEvents100 = interface
    interface IDTSInfoEvents100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AD26F576-B55A-4CE5-9B85-1A828FAC6AA0")>]
type IDTSComponentEvents100 = interface
    interface IDTSInfoEvents100
Public Interface IDTSComponentEvents100
Implements IDTSInfoEvents100
属性
实现

注解

有关详细信息,请参阅 IDTSComponentEvents

方法

名称 说明
FireBreakpointHit(IDTSBreakpointTarget100)

当包中触发断点目标时触发事件。

FireCustomEvent(String, String, Object[], String, Boolean)

当任务触发自定义任务定义事件时。

FireError(Int32, String, String, String, Int32, Boolean)

当发生错误时,会触发事件。

FireInformation(Int32, String, String, String, Int32, Boolean)

触发包含信息的事件。

FireProgress(String, Int32, Int32, Int32, String, Boolean)

当可执行文件取得可测量进展时触发事件。

FireQueryCancel(Boolean)

触发事件以判定可执行文件是否应停止运行。

FireWarning(Int32, String, String, String, Int32)

只要任务处于一个不足以证明错误但值得提醒客户端的状态,它就会触发事件。

适用于