IDTSInputCollection100.NewAt(Int32) 方法

定义

在集合中指定的索引处添加一个新的输入对象。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 NewAt(int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function NewAt (lIndex As Integer) As IDTSInput100

参数

lIndex
Int32

集合中添加新输入的位置。

返回

新建 IDTSInput100 的对象。

属性

注解

该方法在 NewAt 集合中指定位置创建新输入对象,并返回新创建的输入对象。 如果参数Index超出集合范围,则是 Microsoft。SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX例外。

适用于