IDTSComponentMetaData100.ID Propiedad

Definición

Obtiene o establece el identificador de un componente.

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

Identificador de un componente.

Implementaciones

ID
Atributos

Comentarios

La tarea flujo de datos establece la propiedad ID cuando el componente se agrega inicialmente a ComponentMetaDataCollection. Es de solo lectura y no se puede modificar.

Se aplica a