ErrorSupport.SetErrorInterface Método

Definição

Especifica a interface que a classe ErrorSupport usará para gerar mensagens.

Sobrecargas

SetErrorInterface(IDTSComponentEvents100)

Especifica a instância IDTSComponentEvents100 que a classe ErrorSupport usará para gerar mensagens.

SetErrorInterface(IDTSComponentMetaData100)

Especifica a instância Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 que a classe ErrorSupport usará para gerar mensagens.

SetErrorInterface(IDTSInfoEvents100)

Especifica a instância IDTSInfoEvents100 que a classe ErrorSupport usará para gerar mensagens.

SetErrorInterface(IDTSComponentEvents100)

Especifica a instância IDTSComponentEvents100 que a classe ErrorSupport usará para gerar mensagens.

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

A instância IDTSComponentEvents100 que a classe ErrorSupport usará para gerar mensagens.

Aplica-se a

SetErrorInterface(IDTSComponentMetaData100)

Especifica a instância Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 que a classe ErrorSupport usará para gerar mensagens.

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

A instância Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 que a classe ErrorSupport usará para gerar mensagens.

Aplica-se a

SetErrorInterface(IDTSInfoEvents100)

Especifica a instância IDTSInfoEvents100 que a classe ErrorSupport usará para gerar mensagens.

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

A instância IDTSInfoEvents100 que a classe ErrorSupport usará para gerar mensagens.

Aplica-se a