IDTSManagedComponentHost100.HostDeleteInput Method

Definition

Deletes the input associated with t6he host.

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

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper used.

lInputID
Int32

The input identifier.

Applies to