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的 。

属性

适用于