ErrorSupport.SetErrorInterface Method

Definition

Specifies the interface that the ErrorSupport class will use to raise messages.

Overloads

SetErrorInterface(IDTSComponentEvents100)

Specifies the IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.

SetErrorInterface(IDTSComponentMetaData100)

Specifies the Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.

SetErrorInterface(IDTSInfoEvents100)

Specifies the IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.

SetErrorInterface(IDTSComponentEvents100)

Specifies the IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.

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)

Parameters

pIDTSEvents
IDTSComponentEvents100

The IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.

Applies to

SetErrorInterface(IDTSComponentMetaData100)

Specifies the Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.

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)

Parameters

pIDTSCMD
IDTSComponentMetaData100

The Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.

Applies to

SetErrorInterface(IDTSInfoEvents100)

Specifies the IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.

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)

Parameters

pIDTSInfoEvents
IDTSInfoEvents100

The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.

Applies to