IDTSManagedComponentHost100.HostDeleteOutputColumn Método

Definição

Exclui a coluna de saída do host.

public:
 void HostDeleteOutputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID, int lOutputColumnID);
public void HostDeleteOutputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lOutputID, int lOutputColumnID);
abstract member HostDeleteOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
Public Sub HostDeleteOutputColumn (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnID As Integer)

Parâmetros

pWrapper
IDTSManagedComponentWrapper100

O wrapper usado.

lOutputID
Int32

O identificador da saída.

lOutputColumnID
Int32

O identificador da coluna de saída.

Aplica-se a