IDTSExternalMetadataColumnCollection100 Interfaz

Definición

public interface class IDTSExternalMetadataColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("EA1D54B3-800D-429A-BB65-E5921A02F886")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExternalMetadataColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("EA1D54B3-800D-429A-BB65-E5921A02F886")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExternalMetadataColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSExternalMetadataColumnCollection100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

Un componente de flujo de datos rellena y usa esta colección para validar las columnas de su IDTSInputColumnCollection100 propiedad o IDTSOutputColumnCollection100 cuando la ValidateExternalMetadata propiedad es false o cuando el Diseñador de SSIS está en modo sin conexión.

La colección suele representar las columnas de un origen de datos externo utilizado por un componente de origen o destino. El uso de la colección permite que el componente realice la validación sin un recorrido de ida y vuelta costoso y lento al propio origen.

Para obtener más información sobre cómo implementar columnas de metadatos externos en componentes, vea Implementación de metadatos externos.

Propiedades

Count
IsUsed
Item[Object]

Métodos

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

Se aplica a