IDTSPathCollection100.NewAt(Int32) Méthode

Définition

Crée un objet IDTSPath100 à l'emplacement spécifié dans une collection.

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

Paramètres

lIndex
Int32

Emplacement pour créer le nouvel objet IDTSPath100 dans la collection.

Retours

Nouvel objet IDTSPath100 .

Attributs

S’applique à