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 オブジェクトを挿入します。

0 に等しい場合 inputID 、新しい IDTSInput100 オブジェクトはコレクションの先頭に追加されます。

適用対象