IDTSInputColumnCollection100 Interfaz

Definición

Contiene una colección de columnas IDTSInputColumn100.

public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

IDTSInputColumnCollection100 contiene una colección de objetos IDTSInputColumn100. La colección proporciona la capacidad de agregar, eliminar y enumerar los elementos de la colección.

Normalmente, las columnas de la colección se insertan en la colección mediante una llamada al SetUsageType método de la interfaz de tiempo de diseño. Este método establece la UsageType propiedad de una columna y la coloca en la colección.

Propiedades

Count

Obtiene el número de columnas contenido en una colección.

Item[Object]

Obtiene el objeto IDTSInputColumn100 especificado por el parámetro Index.

Métodos

FindObjectByID(Int32)

Busca el objeto solicitado en una colección por su identificador.

FindObjectIndexByID(Int32)

Busca el índice del objeto solicitado en una colección por su identificador.

GetEnumerator()

Devuelve un enumerador que puede iterar por IDTSInputColumnCollection100.

GetInputColumnByLineageID(Int32)

Recupera un objeto IDTSInputColumn100 con el identificador de linaje especificado.

GetInputColumnByName(String, String)

Recupera un objeto IDTSInputColumn100 con el nombre especificado.

GetObjectByID(Int32)

Obtiene el objeto IDTSInputColumn100 con el identificador especificado.

GetObjectIndexByID(Int32)

Obtiene el índice de un objeto IDTSInputColumn100 con el identificador especificado.

New()

Crea una nueva interfaz IDTSInputColumn100 y la agrega a una colección.

NewAt(Int32)

Crea una nueva IDTSInputColumn100 y la agrega a una colección en el índice especificado.

RemoveAll()

Elimina todos los objetos IDTSInputColumnCollection100 de una colección.

RemoveObjectByID(Int32)

Elimina un objeto IDTSInputColumn100 especificado por su identificador.

RemoveObjectByIndex(Object)

Elimina una IDTSInputColumn100 situada en la ubicación especificada de la colección.

SetIndex(Int32, Int32)

Cambia la ubicación de un objeto IDTSInputColumn100 especificado por el parámetro lOldIndex.

Se aplica a