共用方式為


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。)

上層