IDTSOutputColumnCollection100 Interface

Définition

Contient une collection de colonnes IDTSOutputColumn100.

public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
Attributs
Implémente

Remarques

IDTSOutputColumnCollection100 contient une collection d'objets IDTSOutputColumn100. Les colonnes de cette collection représentent les colonnes qu’un composant met à disposition des composants en aval.

Le composant qui contient la collection peut être un composant source, ce qui signifie qu’il ajoute les colonnes en fonction d’une source de données externe, ou qu’il peut s’agir d’une transformation, ce qui signifie qu’il crée des colonnes en fonction des colonnes qu’il reçoit dans son IDTSInput100.

Propriétés

Count

Obtient le nombre de colonnes IDTSOutput100 dans la collection.

Item[Object]

Obtient l'objet IDTSOutputColumn100 spécifié par le paramètre Index.

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'une collection de colonnes de sortie.

GetObjectByID(Int32)

Récupère l'objet de colonne de sortie avec l'ID spécifié à partir d'une collection.

GetObjectIndexByID(Int32)

Récupère l'emplacement d'une colonne de sortie dans une collection.

GetOutputColumnByLineageID(Int32)

Récupère un objet de colonne de sortie avec l'ID de lignage spécifié à partir d'une collection.

New()

Crée un objet de colonne de sortie et l'ajoute à une collection.

NewAt(Int32)

Crée un objet de colonne de sortie et l'ajoute à une collection à l'index spécifié.

RemoveAll()

Supprime d'une collection tous les objets de colonne de sortie.

RemoveObjectByID(Int32)

Supprime d'une collection l'objet de colonne de sortie avec l'ID spécifié.

RemoveObjectByIndex(Object)

Supprime d'une collection l'objet IDTSOutputColumn100 à l'emplacement spécifié.

SetIndex(Int32, Int32)

Déplace une colonne de sortie vers un nouvel emplacement dans une collection.

S’applique à