IDTSOutputColumnCollection100 Interface

Définition

Contient une collection de IDTSOutputColumn100 colonnes.

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 à partir d’une source de données externe, ou une transformation, ce qui signifie qu’il crée des colonnes à partir des colonnes reçues dans son IDTSInput100fichier .

Propriétés

Nom Description
Count

Ça obtient le nombre de IDTSOutput100 colonnes dans la collection.

Item[Object]

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

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

GetObjectByID(Int32)

Récupère l’objet colonne de sortie qui possède l’ID spécifié 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 colonne de sortie avec l’ID de lignée spécifié d’une collection.

New()

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

NewAt(Int32)

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

RemoveAll()

Supprime tous les objets colonnes de sortie d’une collection.

RemoveObjectByID(Int32)

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

RemoveObjectByIndex(Object)

Supprime l’objet IDTSOutputColumn100 à l’emplacement spécifié dans une collection.

SetIndex(Int32, Int32)

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

S’applique à