共用方式為


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 命名空間