次の方法で共有


ErrorSupport.SetErrorInterface メソッド

定義

ErrorSupport クラスがメッセージの生成に使用するインターフェイスを指定します。

オーバーロード

SetErrorInterface(IDTSComponentEvents100)

IDTSComponentEvents100 クラスがメッセージの生成に使用する ErrorSupport インスタンスを指定します。

SetErrorInterface(IDTSComponentMetaData100)

Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 クラスがメッセージの生成に使用する ErrorSupport インスタンスを指定します。

SetErrorInterface(IDTSInfoEvents100)

IDTSInfoEvents100 クラスがメッセージの生成に使用する ErrorSupport インスタンスを指定します。

SetErrorInterface(IDTSComponentEvents100)

IDTSComponentEvents100 クラスがメッセージの生成に使用する ErrorSupport インスタンスを指定します。

protected:
 void SetErrorInterface(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ pIDTSEvents);
protected void SetErrorInterface (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 pIDTSEvents);
member this.SetErrorInterface : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 -> unit
Protected Sub SetErrorInterface (pIDTSEvents As IDTSComponentEvents100)

パラメーター

pIDTSEvents
IDTSComponentEvents100

IDTSComponentEvents100 クラスがメッセージの生成に使用する ErrorSupport インスタンスです。

適用対象

SetErrorInterface(IDTSComponentMetaData100)

Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 クラスがメッセージの生成に使用する ErrorSupport インスタンスを指定します。

protected:
 void SetErrorInterface(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ pIDTSCMD);
protected void SetErrorInterface (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 pIDTSCMD);
member this.SetErrorInterface : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 -> unit
Protected Sub SetErrorInterface (pIDTSCMD As IDTSComponentMetaData100)

パラメーター

pIDTSCMD
IDTSComponentMetaData100

Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 クラスがメッセージの生成に使用する ErrorSupport インスタンスです。

適用対象

SetErrorInterface(IDTSInfoEvents100)

IDTSInfoEvents100 クラスがメッセージの生成に使用する ErrorSupport インスタンスを指定します。

protected:
 void SetErrorInterface(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pIDTSInfoEvents);
protected void SetErrorInterface (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pIDTSInfoEvents);
member this.SetErrorInterface : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> unit
Protected Sub SetErrorInterface (pIDTSInfoEvents As IDTSInfoEvents100)

パラメーター

pIDTSInfoEvents
IDTSInfoEvents100

IDTSInfoEvents100 クラスがメッセージの生成に使用する ErrorSupport インスタンスです。

適用対象