共用方式為


SPQuery.QueryThrottleMode property

取得或設定值,指出套用到查詢的節流模式。

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

Syntax

'宣告
Public Property QueryThrottleMode As SPQueryThrottleOption
    Get
    Set
'用途
Dim instance As SPQuery
Dim value As SPQueryThrottleOption

value = instance.QueryThrottleMode

instance.QueryThrottleMode = value
public SPQueryThrottleOption QueryThrottleMode { get; set; }

Property value

Type: Microsoft.SharePoint.SPQueryThrottleOption
指示要套用至查詢的節流模式SPQueryThrottleOption列舉型別的成員。

備註

節流設定被套用是依據使用者角色和權限。

請參閱

參照

SPQuery class

SPQuery members

Microsoft.SharePoint namespace