SPWebApplication.MaxQueryLookupFields property
取得或設定可能會包含清單項目查詢中的查閱欄位的數目上限。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MaxQueryLookupFields As UInteger
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.MaxQueryLookupFields
instance.MaxQueryLookupFields = value
public uint MaxQueryLookupFields { get; set; }
Property value
Type: System.UInt32
UInt32
可能會包含的查閱欄位的數目上限。
Exceptions
Exception | Condition |
---|---|
SecurityException | 目前的使用者不是伺服器陣列管理員。 |