ConfigurationAttributeSchema.IsCombinedKey 属性

定义

获取一个值,该值指示此属性是否是集合的多属性键的一部分。

public:
 property bool IsCombinedKey { bool get(); };
public bool IsCombinedKey { get; }
member this.IsCombinedKey : bool
Public ReadOnly Property IsCombinedKey As Boolean

属性值

true 如果属性是多属性键的一部分,则为 ;否则为 false

注解

若要测试此属性是否为唯一键的一部分,请参阅 IsUniqueKey 属性。

适用于