IDTSComponentEvents100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see IDTSComponentEvents.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")> _
Public Interface IDTSComponentEvents100 _
    Inherits IDTSInfoEvents100
用法
Dim instance As IDTSComponentEvents100
[GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")]
public interface IDTSComponentEvents100 : IDTSInfoEvents100
[GuidAttribute(L"578B8233-3175-4428-999D-4655BBE3E1E3")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100
[<GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")>]
type IDTSComponentEvents100 =  
    interface
        interface IDTSInfoEvents100
    end
public interface IDTSComponentEvents100 extends IDTSInfoEvents100

IDTSComponentEvents100 类型公开以下成员。

方法

  名称 说明
公共方法 FireBreakpointHit 基础结构。For more information, see IDTSComponentEvents.
公共方法 FireCustomEvent 基础结构。For more information, see IDTSComponentEvents.
公共方法 FireError(Int32, String, String, String, Int32, Boolean%) 基础结构。For more information, see IDTSComponentEvents.
公共方法 FireError(Int32, String, String, String, Int32, Boolean%) 基础结构。For more information, see IDTSInfoEvents. (从 IDTSInfoEvents100 继承。)
公共方法 FireInformation(Int32, String, String, String, Int32, Boolean%) 基础结构。For more information, see IDTSComponentEvents.
公共方法 FireInformation(Int32, String, String, String, Int32, Boolean%) 基础结构。For more information, see IDTSInfoEvents. (从 IDTSInfoEvents100 继承。)
公共方法 FireProgress 基础结构。For more information, see IDTSComponentEvents.
公共方法 FireQueryCancel 基础结构。For more information, see IDTSComponentEvents.
公共方法 FireWarning(Int32, String, String, String, Int32) 基础结构。For more information, see IDTSComponentEvents.
公共方法 FireWarning(Int32, String, String, String, Int32) 基础结构。For more information, see IDTSInfoEvents. (从 IDTSInfoEvents100 继承。)

页首