ManagedComponentHost.HostOnInputPathDetached Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the host on detached input path.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostOnInputPathDetached ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
instance.HostOnInputPathDetached(wrapper, _
inputID)
public void HostOnInputPathDetached(
IDTSManagedComponentWrapper100 wrapper,
int inputID
)
public:
virtual void HostOnInputPathDetached(
IDTSManagedComponentWrapper100^ wrapper,
int inputID
) sealed
abstract HostOnInputPathDetached :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
override HostOnInputPathDetached :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
public final function HostOnInputPathDetached(
wrapper : IDTSManagedComponentWrapper100,
inputID : int
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- inputID
Type: System.Int32
The input identifier.
Implements
IDTSManagedComponentHost100.HostOnInputPathDetached(IDTSManagedComponentWrapper100, Int32)