CManagedComponentWrapperClass.InsertInput(DTSInsertPlacement, Int32) Method

Definition

Adds an IDTSInput100 object to the IDTSInputCollection100 of the component.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::InsertInput;
[System.Runtime.InteropServices.DispId(22)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 InsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lInputID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
override this.InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Overridable Function InsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100

Parameters

eInsertPlacement
DTSInsertPlacement

Specifies whether to insert the new IDTSInput100 object before or after the IDTSInput100 object specified by inputID.

lInputID
Int32

Specifies an existing IDTSInput100 object that the new IDTSInput100 is inserted next to.

Returns

The newly created IDTSInput100 object.

Implements

Attributes

Remarks

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

Applies to