IDTSPathCollection100.New Méthode

Définition

Crée un objet IDTSPath100 et l'ajoute à une collection.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPath100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
Public Function New () As IDTSPath100

Retours

Nouvel objet IDTSPath100 .

Attributs

Remarques

Les chemins d’accès sont créés en appelant la New méthode de la collection. Le chemin d’accès nouvellement créé n’a pas de StartPoint propriétés qui EndPoint reçoivent leur valeur par le biais d’un appel à la AttachPathAndPropagateNotifications méthode.

S’applique à