IDTSPathCollection100.NewAt(Int32) 方法

定义

在集合中指定位置创建 IDTSPath100 对象。

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

参数

lIndex
Int32

在收藏中创建的位置 IDTSPath100

返回

新的 IDTSPath100 对象。

属性

适用于