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

定義

重要

この API は CLS 準拠ではありません。

IDTSInput100IDTSInputCollection100 オブジェクトを追加します。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement insertPlacement, int inputID);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 InsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement insertPlacement, int inputID);
[<System.CLSCompliant(false)>]
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 (insertPlacement As DTSInsertPlacement, inputID As Integer) As IDTSInput100

パラメーター

insertPlacement
DTSInsertPlacement

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

inputID
Int32

新しい IDTSInput100 の挿入先の前にある既存の IDTSInput100 オブジェクトを指定します。

戻り値

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

属性

注釈

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

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

適用対象