ManagedComponentHost.HostDeleteOutputColumn Método

Definição

Exclui a coluna de saída do host do componente.

public:
 virtual void HostDeleteOutputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputID, int outputColumnID);
public void HostDeleteOutputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputID, int outputColumnID);
abstract member HostDeleteOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
override this.HostDeleteOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
Public Sub HostDeleteOutputColumn (wrapper As IDTSManagedComponentWrapper100, outputID As Integer, outputColumnID As Integer)

Parâmetros

wrapper
IDTSManagedComponentWrapper100

O wrapper do componente.

outputID
Int32

O identificador da saída.

outputColumnID
Int32

O identificador da coluna de saída.

Implementações

Aplica-se a