ErrorSupport.SetErrorInterface Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.