CManagedComponentWrapperClass.InsertInput(DTSInsertPlacement, Int32) メソッド

定義

コンポーネントのIDTSInputCollection100IDTSInput100オブジェクトを追加します。

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

inputIDで指定されたIDTSInput100オブジェクトの前に新しいIDTSInput100オブジェクトを挿入するか、後方に挿入するかを指定します。

lInputID
Int32

新しいIDTSInput100の隣に挿入される既存のIDTSInput100オブジェクトを指定します。

返品

新しく作成された IDTSInput100 オブジェクト。

実装

属性

注釈

このメソッドを呼び出して、IDTSInput100パラメータで指定された入力オブジェクトの前後に新しいinputIDオブジェクトを挿入します。

適用対象