IDTSRuntimeConnectionCollection100.NewAt(Int32) 方法

定义

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

参数

lIndex
Int32

返回

新创建的 IDTSRuntimeConnection100 连接。

属性

注解

NewAt 方法在集合中的指定位置创建新的运行时连接,并返回新创建的连接对象。 lIndex如果参数不在集合边界之外,DTS_E_INVALIDINDEX则会引发异常。

适用于