ConfigurationAttributeSchema.IsCombinedKey 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 indiquant si cet attribut fait partie d’une clé à attributs multiples pour une collection.
public:
property bool IsCombinedKey { bool get(); };
public bool IsCombinedKey { get; }
member this.IsCombinedKey : bool
Public ReadOnly Property IsCombinedKey As Boolean
Valeur de propriété
true
si l’attribut fait partie d’une clé à attributs multiples ; sinon, false
.
Remarques
Pour tester si cet attribut fait partie d’une clé unique, consultez la IsUniqueKey propriété .