IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSInput100にIDTSInputCollection100 オブジェクトを追加します。
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lInputID);
[System.Runtime.InteropServices.DispId(22)]
public 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
Public Function InsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100
パラメーター
- eInsertPlacement
- DTSInsertPlacement
lInputIDで指定されたIDTSInput100オブジェクトの前に新しいIDTSInput100オブジェクトを挿入するか、後方に挿入するかを指定します。
- lInputID
- Int32
新しいIDTSInput100の隣に挿入される既存のIDTSInput100オブジェクトを指定します。
返品
入力コレクションに追加された IDTSInput100 です。
- 属性
注釈
このメソッドは、NewAtメソッドのlInputIDパラメータで指定された入力オブジェクトの前後に新しいIDTSInput100オブジェクトを挿入します。
inputIDがゼロの場合、新しいIDTSInput100オブジェクトはコレクションの最初に加えられます。