CManagedComponentWrapperClass.InsertInput Method (DTSInsertPlacement, Int32)

 

Applies To: SQL Server 2016 Preview

Adds an IDTSInput100 object to the IDTSInputCollection100 of the component.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(22)]
public virtual IDTSInput100 InsertInput(
    DTSInsertPlacement eInsertPlacement,
    int lInputID
)
public:
[DispIdAttribute(22)]
virtual IDTSInput100^ InsertInput(
    DTSInsertPlacement eInsertPlacement,
    int lInputID
)
[<DispIdAttribute(22)>]
abstract InsertInput : 
        eInsertPlacement:DTSInsertPlacement *
        lInputID:int -> IDTSInput100
[<DispIdAttribute(22)>]
override InsertInput : 
        eInsertPlacement:DTSInsertPlacement *
        lInputID:int -> IDTSInput100
<DispIdAttribute(22)>
Public Overridable Function InsertInput (
    eInsertPlacement As DTSInsertPlacement,
    lInputID As Integer
) As IDTSInput100

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100

The newly created IDTSInput100 object.

Implements

IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32)

Remarks

Call this method to insert a new IDTSInput100 object before or after the input object specified by the inputID parameter.

See Also

CManagedComponentWrapperClass Class
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top