CManagedComponentWrapperClass.InsertInput(DTSInsertPlacement, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
inputID
で指定した IDTSInput100 オブジェクトの前と後のどちらに、新しい IDTSInput100 オブジェクトを挿入するかを指定します。
- lInputID
- Int32
新しい IDTSInput100 の挿入先の前にある既存の IDTSInput100 オブジェクトを指定します。
戻り値
新しく作成された IDTSInput100 オブジェクトです。
実装
- 属性
注釈
新しい IDTSInput100 オブジェクトを inputID
パラメーターで指定された入力オブジェクトの前または後に挿入するには、このメソッドを呼び出します。