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)

タスクがエラーを正当化しない状態にあるが、クライアントに警告するに値する状態にある場合はいつでもイベントを発生させます。

適用対象