MetaColumn.IsForeignKeyComponent Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si le champ de données fait partie d'une clé étrangère.
public:
property bool IsForeignKeyComponent { bool get(); };
public bool IsForeignKeyComponent { get; }
member this.IsForeignKeyComponent : bool
Public ReadOnly Property IsForeignKeyComponent As Boolean
Valeur de propriété
true
si le champ de données appartient à une clé étrangère ; sinon, false
.