IReadOnlyProperty.IsUniqueIndex 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出這個屬性是否做為唯一索引 (或唯一複合索引) 的一部分。
public virtual bool IsUniqueIndex ();
abstract member IsUniqueIndex : unit -> bool
override this.IsUniqueIndex : unit -> bool
Public Overridable Function IsUniqueIndex () As Boolean
傳回
true
如果屬性是當做唯一索引使用,則為 ,否則 false
為 。