言語

IDTSInputColumnCollection100.NewAt(Int32) メソッド

定義

新しい 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

属性

適用対象