Share via


ConfigurationAttributeSchema.IsCombinedKey Propriété

Définition

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é .

S’applique à