ManagedComponentHost.HostOnInputPathDetached Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the host on detached input path.
public:
virtual void HostOnInputPathDetached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID);
public void HostOnInputPathDetached (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID);
abstract member HostOnInputPathDetached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
override this.HostOnInputPathDetached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnInputPathDetached (wrapper As IDTSManagedComponentWrapper100, inputID As Integer)
Parameters
- wrapper
- IDTSManagedComponentWrapper100
The component wrapper.
- inputID
- Int32
The input identifier.