MainPipeClass.PathCollection Propriété

Définition

public:
 virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSPathCollection100 ^ PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSPathCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.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 de la collection décrit une connexion entre le IDTSOutput100 composant en amont et le IDTSInput100 composant en aval.

Les 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 à