IDTSVirtualInputColumnCollection100 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 columnas IDTSVirtualInputColumn100.
public interface class IDTSVirtualInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSVirtualInputColumnCollection100
Implements IEnumerable
- Atributos
- Implementaciones
Comentarios
IDTSVirtualInputColumnCollection100 contiene una colección de objetos IDTSVirtualInputColumn100. Cada una de las columnas de entrada virtual de la colección representa una IDTSOutputColumn100 columna de un IDTSOutput100 componente ascendente del gráfico.
Propiedades
Count |
Obtiene el número de columnas IDTSVirtualInputColumn100 en una colección. |
Item[Object] |
Obtiene IDTSVirtualInputColumn100 que se especifica mediante el parámetro |
Métodos
FindObjectByID(Int32) |
Busca el objeto solicitado en una colección por su identificador. |
FindObjectIndexByID(Int32) |
Busca el índice de un objeto solicitado en una colección por su identificador. |
GetEnumerator() |
Devuelve un enumerador que puede iterar por la colección de objetos IDTSVirtualInputColumn100. |
GetObjectByID(Int32) |
Obtiene un objeto IDTSVirtualInputColumn100 con el identificador especificado. |
GetObjectIndexByID(Int32) |
Obtiene el índice de un objeto IDTSVirtualInputColumn100 de la colección. |
GetVirtualInputColumnByLineageID(Int32) |
Obtiene un objeto IDTSVirtualInputColumn100 de la colección con la propiedad LineageID especificada. |
GetVirtualInputColumnByName(String, String) |
Obtiene un objeto IDTSVirtualInputColumn100 con el nombre especificado. |
SetIndex(Int32, Int32) |
Cambia la ubicación de un objeto IDTSVirtualInputColumn100 en una colección. |