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 an input from the wrapper.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function WrapperInsertInput ( _
eInsertPlacement As DTSInsertPlacement, _
lInputID As Integer _
) As IDTSInput100
'Usage
Dim instance As IDTSManagedComponentWrapper100
Dim eInsertPlacement As DTSInsertPlacement
Dim lInputID As Integer
Dim returnValue As IDTSInput100
returnValue = instance.WrapperInsertInput(eInsertPlacement, _
lInputID)
IDTSInput100 WrapperInsertInput(
DTSInsertPlacement eInsertPlacement,
int lInputID
)
IDTSInput100^ WrapperInsertInput(
[InAttribute] DTSInsertPlacement eInsertPlacement,
[InAttribute] int lInputID
)
abstract WrapperInsertInput :
eInsertPlacement:DTSInsertPlacement *
lInputID:int -> IDTSInput100
function WrapperInsertInput(
eInsertPlacement : DTSInsertPlacement,
lInputID : int
) : IDTSInput100
Parameters
- eInsertPlacement
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement
The insert placement.
- lInputID
Type: System.Int32
The input identifier.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
The inserted input.