IDTSComponentEvents100 接口

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

Defines an interface that provides methods for event firing.

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

语法

声明
<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")> _
Public Interface IDTSComponentEvents100 _
    Inherits IDTSInfoEvents100
用法
Dim instance As IDTSComponentEvents100
[GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface IDTSComponentEvents100 : IDTSInfoEvents100
[GuidAttribute(L"E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100
[<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")>]
type IDTSComponentEvents100 =  
    interface 
        interface IDTSInfoEvents100 
    end
public interface IDTSComponentEvents100 extends IDTSInfoEvents100

IDTSComponentEvents100 类型公开以下成员。

方法

  名称 说明
公共方法 FireBreakpointHit 基础结构。Raises an event when a breakpoint target is hit in the package.
公共方法 FireCustomEvent 基础结构。Occurs when tasks raise custom task-defined events.
公共方法 FireError 基础结构。Raises an event when an error occurs.
公共方法 FireInformation 基础结构。Raises an event containing information.
公共方法 FireProgress 基础结构。Raises an event when measurable progress is made by the executable.
公共方法 FireQueryCancel 基础结构。Raises an event to determine whether an executable should stop running.
公共方法 FireWarning 基础结构。Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client.

页首

注释

For more information, see IDTSComponentEvents.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间