Langage

IDTSPathCollection100.New Méthode

Définition

Crée un nouveau 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 sont créés en appelant la New méthode de la collection. Le chemin nouvellement créé n’a pas de StartPoint ou EndPoint Ces propriétés reçoivent leur valeur par un appel à la AttachPathAndPropagateNotifications méthode.

S’applique à