MainPipeClass.PathCollection Propriété

Définition

Obtient la collection IDTSPathCollection100 pour une tâche de flux de données.

public:
 virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100 PathCollection { [System.Runtime.InteropServices.DispId(13)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
member this.PathCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100
Public Overridable ReadOnly Property PathCollection As IDTSPathCollection100

Valeur de propriété

Collection IDTSPathCollection100 de la tâche.

Implémente

Attributs

Remarques

Cette collection contient les IDTSPath100 objets stockés dans la tâche de flux de données. Chaque chemin d’accès de la collection décrit une connexion entre le IDTSOutput100 composant en amont et le IDTSInput100 composant en aval.

De nouveaux chemins déconnectés sont créés et ajoutés à la collection en appelant la New méthode. Pour établir un chemin entre deux composants, la AttachPathAndPropagateNotifications méthode est appelée.

S’applique à