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

新的 IDTSPath100 物件。

屬性

適用於