Condividi tramite


ManagedComponentHost.HostDeleteOutput Metodo

Definizione

Elimina l'output 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)

Parametri

wrapper
IDTSManagedComponentWrapper100

Wrapper del componente.

outputID
Int32

Identificatore di output.

Implementazioni

Si applica a