Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Inserts a component host input.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Function HostInsertInput ( _
wrapper As IDTSManagedComponentWrapper100, _
insertPlacement As DTSInsertPlacement, _
inputID As Integer _
) As IDTSInput100
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim insertPlacement As DTSInsertPlacement
Dim inputID As Integer
Dim returnValue As IDTSInput100
returnValue = instance.HostInsertInput(wrapper, _
insertPlacement, inputID)
public IDTSInput100 HostInsertInput(
IDTSManagedComponentWrapper100 wrapper,
DTSInsertPlacement insertPlacement,
int inputID
)
public:
virtual IDTSInput100^ HostInsertInput(
IDTSManagedComponentWrapper100^ wrapper,
DTSInsertPlacement insertPlacement,
int inputID
) sealed
abstract HostInsertInput :
wrapper:IDTSManagedComponentWrapper100 *
insertPlacement:DTSInsertPlacement *
inputID:int -> IDTSInput100
override HostInsertInput :
wrapper:IDTSManagedComponentWrapper100 *
insertPlacement:DTSInsertPlacement *
inputID:int -> IDTSInput100
public final function HostInsertInput(
wrapper : IDTSManagedComponentWrapper100,
insertPlacement : DTSInsertPlacement,
inputID : int
) : IDTSInput100
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- insertPlacement
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement
The insert placement.
- inputID
Type: System.Int32
The input identifier.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
The inserted input.