Partager via


IDTSOutputColumnCollection100 Interface

Définition

public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("BC942FEC-2CEA-4665-A291-38200A0C959F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("BC942FEC-2CEA-4665-A291-38200A0C959F")>]
[<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 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
Item[Object]

Méthodes

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
GetOutputColumnByLineageID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

S’applique à