IDTSOutputColumnCollection100 Interfaz

Definición

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
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 posteriores.

El componente que contiene la colección puede ser un componente fuente, lo que significa que añade las columnas basándose en una fuente de datos externa, o puede ser una transformación, lo que significa que crea columnas basadas en las columnas que recibe en su IDTSInput100.

Se aplica a