IDTSManagedComponentHost100.HostOnInputPathDetached Method

Definition

Represents an event when the host detaches the input path.

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

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper used.

lInputID
Int32

The input identifier.

Applies to