IDTSExternalMetadataColumn100.ID Propiedad

Definición

Obtiene o establece el identificador de IDTSExternalMetadataColumn100.

public:
 property int ID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(11)]
public int ID { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.ID : int with get, set
Public Property ID As Integer

Valor de propiedad

El identificador numérico del objeto IDTSExternalMetadataColumn100.

Implementaciones

ID
Atributos

Comentarios

La propiedad ID aparece grabable en tiempo de diseño, pero cualquier intento de escritura en la propiedad durante la ejecución produce una excepción. El motor de flujo de datos asigna el valor a esta propiedad para todos los objetos de un diseño de flujo de datos.

Se aplica a