ErrorSupport.SetErrorInterface 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 인스턴스입니다.