IDTSPathCollection100.New Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.