IDTSInputColumnCollection100.NewAt(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい IDTSInputColumn100 オブジェクトを作成し、コレクション内の指定したインデックス位置に追加します。
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumn100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100 NewAt (int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
Public Function NewAt (lIndex As Integer) As IDTSInputColumn100
パラメーター
- lIndex
- Int32
新しい IDTSInputColumn100 を作成するための、コレクション内の場所です。
戻り値
新しく作成された IDTSInputColumn100。
- 属性