IDTSPathCollection100.NewAt(Int32) Method

Definition

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

Parameters

lIndex
Int32

Returns

The new IDTSPath100 object.

Attributes

Applies to