IDTSPathCollection100 Interface

Définition

public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("A923B10F-1D4C-4AD0-82EE-212262BEE0AC")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("A923B10F-1D4C-4AD0-82EE-212262BEE0AC")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
    interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
Attributs
Implémente

Remarques

Chaque IDTSPath100 objet de cette collection représente une connexion ou un flux de données, entre deux composants de la tâche de flux de données.

Les chemins d’accès sont établis entre les composants d’abord en ajoutant le nouveau chemin à la collection, puis en appelant sa AttachPathAndPropagateNotifications méthode.

Propriétés

Count
Item[Object]

Méthodes

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

S’applique à