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


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

Определение

Добавляет объект IDTSInput100 в коллекцию IDTSInputCollection100 компонента.

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

Параметры

eInsertPlacement
DTSInsertPlacement

Определяет, куда следует вставлять новый объект IDTSInput100 — до или после объекта IDTSInput100, заданного параметром inputID.

lInputID
Int32

Указывает существующий объект IDTSInput100, за которым вставляется новый объект IDTSInput100.

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

Созданный объект IDTSInput100.

Реализации

Атрибуты

Комментарии

Вызовите этот метод, чтобы вставить новый IDTSInput100 объект до или после входного объекта, указанного параметром inputID .

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