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

定義

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

パラメーター

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

返品

入力コレクションに追加されたIDTSInput100です。

属性

注釈

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

inputIDがゼロの場合、新しいIDTSInput100オブジェクトがコレクションの最初に追加されます。

適用対象