IDTSComponentMetaData100.ID Propriété

Définition

Obtient ou définit l'identificateur d'un composant.

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

Valeur de propriété

Identificateur d'un composant.

Implémente

ID
Attributs

Remarques

La propriété ID est définie par la tâche de flux de données lorsque le composant est initialement ajouté à .ComponentMetaDataCollection Il est en lecture seule et ne peut pas être modifié.

S’applique à