ErrorSupport.SetErrorInterface 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스가 ErrorSupport 메시지를 생성하는 데 사용할 인터페이스를 지정합니다.
오버로드
| Name | Description |
|---|---|
| SetErrorInterface(IDTSComponentEvents100) |
클래스가 ErrorSupport 메시지를 생성하는 데 사용할 인스턴스를 IDTSComponentEvents100 지정합니다. |
| SetErrorInterface(IDTSComponentMetaData100) |
클래스가 ErrorSupport 메시지를 생성하는 데 사용할 인스턴스를 Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 지정합니다. |
| SetErrorInterface(IDTSInfoEvents100) |
클래스가 ErrorSupport 메시지를 생성하는 데 사용할 인스턴스를 IDTSInfoEvents100 지정합니다. |
SetErrorInterface(IDTSComponentEvents100)
클래스가 ErrorSupport 메시지를 생성하는 데 사용할 인스턴스를 IDTSComponentEvents100 지정합니다.
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)
클래스가 ErrorSupport 메시지를 생성하는 데 사용할 인스턴스를 Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 지정합니다.
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)
클래스가 ErrorSupport 메시지를 생성하는 데 사용할 인스턴스를 IDTSInfoEvents100 지정합니다.
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 메시지를 제기하는 데 사용할 인스턴스입니다.