Share via


IDTSComponentMetaData100.ID Propriedade

Definição

Obtém ou define o identificador de um 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 da propriedade

O identificador de um componente.

Implementações

ID
Atributos

Comentários

A propriedade ID é definida pela tarefa de fluxo de dados quando o componente é inicialmente adicionado ao ComponentMetaDataCollection. Ele é somente leitura e não pode ser modificado.

Aplica-se a