IDTSOutputColumnCollection100 Interface

Définition

public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("BCD65CD6-2CA9-428A-982A-D4405F51BE1D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("BCD65CD6-2CA9-428A-982A-D4405F51BE1D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
Attributs
Implémente

Remarques

L’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 .

S’applique à