IDTSOutputColumnCollection100 Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Contiene una colección de IDTSOutputColumn100 columnas.
public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")>]
type IDTSOutputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")>]
type IDTSOutputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
- Atributos
- Implementaciones
Comentarios
El IDTSOutputColumnCollection100 contiene una colección de objetos IDTSOutputColumn100. 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.
Propiedades
| Nombre | Description |
|---|---|
| Count |
Obtiene el número de IDTSOutput100 columnas de la colección. |
| Item[Object] |
Obtiene lo IDTSOutputColumn100 especificado por el |
Métodos
| Nombre | Description |
|---|---|
| FindObjectByID(Int32) |
Localiza el objeto solicitado en una colección por su ID. |
| FindObjectIndexByID(Int32) |
Localiza el índice del objeto solicitado en la colección por su ID. |
| GetEnumerator() |
Devuelve un enumerador que puede iterar a través de una colección de columnas de salida. |
| GetObjectByID(Int32) |
Recupera el objeto columna de salida que tiene el ID especificado de una colección. |
| GetObjectIndexByID(Int32) |
Recupera la ubicación de una columna de salida en una colección. |
| GetOutputColumnByLineageID(Int32) |
Recupera un objeto columna de salida con el ID de linaje especificado de una colección. |
| New() |
Crea un objeto columna de salida y lo añade a una colección. |
| NewAt(Int32) |
Crea un nuevo objeto columna de salida y lo añade a una colección en el índice especificado. |
| RemoveAll() |
Elimina todos los objetos columna de salida de una colección. |
| RemoveObjectByID(Int32) |
Elimina el objeto columna de salida con el ID especificado de una colección. |
| RemoveObjectByIndex(Object) |
Elimina el IDTSOutputColumn100 objeto en la ubicación especificada dentro de una colección. |
| SetIndex(Int32, Int32) |
Mueve una columna de salida a una nueva ubicación dentro de una colección. |