언어

ErrorSupport.SetErrorInterface 메서드

정의

클래스가 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 메시지를 제기하는 데 사용할 인스턴스입니다.

적용 대상