IDTSOutputColumnCollection100 Interfaz

Definición

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
Atributos
Implementaciones

Comentarios

IdTSOutputColumnCollection100 contiene una colección de IDTSOutputColumn100 objetos . Las columnas de esta colección representan las columnas que un componente pone a disposición de los componentes de nivel inferior.

El componente que contiene la colección puede ser un componente de origen, lo que significa que agrega las columnas basadas en un origen de datos externo o puede ser una transformación, lo que significa que crea columnas basadas en las columnas que recibe en su IDTSInput100.

Propiedades

Count
Item[Object]

Métodos

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

Se aplica a