Lenguaje

IDTSPathCollection100.NewAt(Int32) Método

Definición

Crea un IDTSPath100 objeto en la ubicación especificada dentro de una colección.

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

Parámetros

lIndex
Int32

La ubicación para crear el IDTSPath100 en la colección.

Devoluciones

El nuevo objeto IDTSPath100.

Atributos

Se aplica a