Langage

IDTSObject100.ID Propriété

Définition

Obtient ou définit l’identifiant d’un IDTSObject100 objet.

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é

Une valeur entière qui identifie de manière unique l’objet.

Attributs

Remarques

Chaque objet créé par le moteur de flux de données reçoit un ID unique. La ID propriété est en lecture seule.

S’applique à