IDTSInputCollection100.NewAt(Int32) 方法

定义

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

参数

lIndex
Int32

返回

新创建的 IDTSInput100 对象。

属性

注解

NewAt 方法在集合中的指定位置创建新的输入对象,并返回新创建的输入对象。 Index如果 参数超出集合的边界,则DTS_E_INVALIDINDEX会发生异常。

适用于