Udostępnij za pośrednictwem


IDTSManagedComponentWrapper100.WrapperInsertInput Method

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

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
The inserted input.

See Also

Reference

IDTSManagedComponentWrapper100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace