Share via


ErrorSupport.SetErrorInterface Método

Definición

Especifica la interfaz que utilizará la clase ErrorSupport para generar mensajes.

Sobrecargas

SetErrorInterface(IDTSComponentEvents100)

Especifica la instancia de IDTSComponentEvents100 que usará la clase ErrorSupport para generar mensajes.

SetErrorInterface(IDTSComponentMetaData100)

Especifica la instancia de Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 que usará la clase ErrorSupport para generar mensajes.

SetErrorInterface(IDTSInfoEvents100)

Especifica la instancia de IDTSInfoEvents100 que usará la clase ErrorSupport para generar mensajes.

SetErrorInterface(IDTSComponentEvents100)

Especifica la instancia de IDTSComponentEvents100 que usará la clase ErrorSupport para generar mensajes.

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)

Parámetros

pIDTSEvents
IDTSComponentEvents100

Instancia de IDTSComponentEvents100 que usará la clase ErrorSupport para generar mensajes.

Se aplica a

SetErrorInterface(IDTSComponentMetaData100)

Especifica la instancia de Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 que usará la clase ErrorSupport para generar mensajes.

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)

Parámetros

pIDTSCMD
IDTSComponentMetaData100

Instancia de Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 que usará la clase ErrorSupport para generar mensajes.

Se aplica a

SetErrorInterface(IDTSInfoEvents100)

Especifica la instancia de IDTSInfoEvents100 que usará la clase ErrorSupport para generar mensajes.

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)

Parámetros

pIDTSInfoEvents
IDTSInfoEvents100

Instancia de IDTSInfoEvents100 que usará la clase ErrorSupport para generar mensajes.

Se aplica a