IDTSOutputColumnCollection100 Interfaccia

Definizione

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
Attributi
Implementazioni

Commenti

IDTSOutputColumnCollection100 contiene una raccolta di IDTSOutputColumn100 oggetti . Le colonne di questa raccolta rappresentano le colonne che un componente rende disponibili per i componenti downstream.

Il componente che contiene la raccolta può essere un componente di origine, il che significa che aggiunge le colonne basate su un'origine dati esterna oppure può essere una trasformazione, il che significa che crea colonne in base alle colonne ricevute nel relativo IDTSInput100.

Proprietà

Count
Item[Object]

Metodi

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

Si applica a