IDTSOutputCollection100 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.
Contient une collection d’objets IDTSOutput100.
public interface class IDTSOutputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")>]
type IDTSOutputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")>]
type IDTSOutputCollection100 = interface
interface IEnumerable
Public Interface IDTSOutputCollection100
Implements IEnumerable
- Attributs
- Implémente
Remarques
Cette collection contient les IDTSOutput100 objets d’un composant de flux de données, et contient également des méthodes permettant d’ajouter, de supprimer et d’énumérer des sorties.
Propriétés
| Nom | Description |
|---|---|
| Count |
Obtient le nombre d’éléments contenus dans un IDTSOutputCollection100. |
| Item[Object] |
Obtient l’objet IDTSInput100 spécifié par le |
Méthodes
| Nom | Description |
|---|---|
| FindObjectByID(Int32) |
Localise l’objet demandé dans une collection grâce à son identifiant. |
| FindObjectIndexByID(Int32) |
Localise l’index de l’objet demandé dans la collection par son ID. |
| GetEnumerator() |
Retourne un énumérateur qui peut itérer à travers un IDTSOutputCollection100. |
| GetObjectByID(Int32) |
Récupère un IDTSOutput100 objet ayant l’ID spécifié. |
| GetObjectIndexByID(Int32) |
Récupère l’index d’un IDTSInput100 qui possède l’ID spécifié. |
| New() |
Crée un nouvel IDTSOutput100 objet et l’ajoute à un IDTSOutputColumnCollection100fichier . |
| NewAt(Int32) |
Crée un nouvel IDTSOutput100 objet et l’ajoute à une collection au niveau spécifié |
| RemoveAll() |
Supprime chaque IDTSOutput100 objet dans une collection. |
| RemoveObjectByID(Int32) |
Supprime un IDTSOutput100 spécifié par le |
| RemoveObjectByIndex(Object) |
Supprime un IDTSOutput100 à l’emplacement spécifié. |
| SetIndex(Int32, Int32) |
Ça change l’emplacement d’un IDTSOutput100 objet dans la collection. |