IDTSPathCollection100 Interface
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.
Fournit un conteneur de collection pour stocker des objets IDTSPath100.
public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")>]
type IDTSPathCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")>]
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 |
Obtient le nombre d'objets IDTSPath100 contenus dans la collection. |
Item[Object] |
Obtient l'objet IDTSPathCollection100 spécifié par le paramètre |
Méthodes
FindObjectByID(Int32) |
Localise dans une collection l'objet demandé par son ID. |
FindObjectIndexByID(Int32) |
Localise dans une collection l'index de l'objet demandé par son ID. |
GetEnumerator() |
Retourne un énumérateur qui peut effectuer une itération au sein de l'objet IDTSPathCollection100. |
GetObjectByID(Int32) |
Obtient l'objet IDTSPathCollection100 associé à l'ID spécifié. |
GetObjectIndexByID(Int32) |
Obtient l'index de l'objet IDTSPath100 associé à l'ID spécifié. |
New() |
Crée un objet IDTSPath100 et l'ajoute à une collection. |
NewAt(Int32) |
Crée un objet IDTSPath100 à l'emplacement spécifié dans une collection. |
RemoveAll() |
Supprime d'une collection tous les objets IDTSPath100. |
RemoveObjectByID(Int32) |
Supprime un objet IDTSPath100 spécifié par le paramètre ID. |
RemoveObjectByIndex(Object) |
Supprime un objet IDTSPath100 situé à l'index spécifié. |
SetIndex(Int32, Int32) |
Modifie l'emplacement d'un objet IDTSPath100 spécifié au paramètre |