共用方式為


SPFieldLookup.Indexed property

設定指定是否要對索引欄位的Boolean值。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overrides WriteOnly Property Indexed As Boolean
    Set
'用途
Dim instance As SPFieldLookup
Dim value As Boolean

instance.Indexed = value
public override bool Indexed { set; }

Property value

Type: System.Boolean
若要指定欄位索引的; true否則, false。

Exceptions

Exception Condition
SPException

您嘗試設定相依的欄位上的屬性。索引不是可用的相依性 (或次要) 的欄位。

備註

注意事項注意事項

雖然您可以建立索引以改善效能的查閱資料行,以避免超過清單檢視臨界值使用索引的查閱資料行無法運作。使用其他類型的資料行做為主要或次要索引。

請參閱

參照

SPFieldLookup class

SPFieldLookup members

Microsoft.SharePoint namespace

IsDependentLookup

RelationshipDeleteBehavior