Поделиться через


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

Определение

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

Параметры

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

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

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

Атрибуты

Комментарии

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

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

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