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 qui permettent d’ajouter, de supprimer et d’énumérer des sorties.
Propriétés
Count |
Obtient le nombre d'éléments contenus dans un objet IDTSOutputCollection100. |
Item[Object] |
Obtient l'objet IDTSInput100 spécifié par le paramètre |
Méthodes
FindObjectByID(Int32) |
Localise dans une collection l'objet demandé par son ID. |
FindObjectIndexByID(Int32) |
Localise dans la collection l'index de l'objet demandé par son ID. |
GetEnumerator() |
Retourne un énumérateur qui peut effectuer une itération au sein d’un objet IDTSOutputCollection100. |
GetObjectByID(Int32) |
Récupère un objet IDTSOutput100 associé à l'ID spécifié. |
GetObjectIndexByID(Int32) |
Récupère l'index d'un objet IDTSInput100 associé à l'ID spécifié. |
New() |
Crée un objet IDTSOutput100 et l'ajoute à un objet IDTSOutputColumnCollection100. |
NewAt(Int32) |
Crée un objet IDTSOutput100 et l'ajoute à une collection à l' |
RemoveAll() |
Supprime d'une collection tous les objets IDTSOutput100. |
RemoveObjectByID(Int32) |
Supprime un objet IDTSOutput100 spécifié par le paramètre |
RemoveObjectByIndex(Object) |
Supprime un objet IDTSOutput100 à l'emplacement spécifié. |
SetIndex(Int32, Int32) |
Modifie l'emplacement d'un objet IDTSOutput100 dans la collection. |