Langage

IDTSPathCollection100.NewAt(Int32) Méthode

Définition

Crée un IDTSPath100 objet à 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

L’endroit pour créer le IDTSPath100 dans la collection.

Retours

Nouvel objet IDTSPath100.

Attributs

S’applique à