Язык

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 указанного параметром.

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