SPQuery.QueryThrottleMode 属性

获取或设置一个值,该值指示的限制的模式,以应用于查询。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:Microsoft.SharePoint.SPQueryThrottleOption
指示要应用于该查询的限制模式的SPQueryThrottleOption枚举的一个成员。

备注

带宽限制将应用基于用户角色和权限。

另请参阅

引用

SPQuery 类

SPQuery 成员

Microsoft.SharePoint 命名空间