ManagedComponentHost.HostDeleteOutput Método

Definição

Exclui a saída de ManagedComponentHost.

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

Parâmetros

wrapper
IDTSManagedComponentWrapper100

O wrapper do componente.

outputID
Int32

O identificador da saída.

Implementações

Aplica-se a