다음을 통해 공유


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 인스턴스입니다.

적용 대상