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异常。

适用于