Condividi tramite


ManagedComponentHost.HostDeleteInput Metodo

Definizione

Elimina l'input ManagedComponentHost.

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

Parametri

wrapper
IDTSManagedComponentWrapper100

Wrapper del componente.

inputID
Int32

Identificatore dell'input.

Implementazioni

Si applica a