IReadOnlyProperty.IsIndex 方法

定義

取得值,指出這個屬性是否做為索引 (或複合索引) 的一部分。

public bool IsIndex ();
abstract member IsIndex : unit -> bool
Public Function IsIndex () As Boolean

傳回

true 如果屬性是當做索引使用,則為 ,否則 false 為 。

適用於