IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Метод

Определение

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

Параметры

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

Возвращаемое значение

IDTSInput100, который был добавлен в коллекцию входных данных.

Атрибуты

Комментарии

Этот метод вставляет новый объект IDTSInput100 до или после входного объекта, указанного lInputID параметром метода NewAT.

Если inputID равно нулю, в начале коллекции добавляется новый объект IDTSInput100.

Применяется к