SPWebApplication.MaxItemsPerThrottledOperation 属性
获取或设置一个表示的项列表操作开始的被控制的计数的数字。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property MaxItemsPerThrottledOperation As UInteger
Get
Set
用法
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.MaxItemsPerThrottledOperation
instance.MaxItemsPerThrottledOperation = value
public uint MaxItemsPerThrottledOperation { get; set; }
属性值
类型:System.UInt32
无符号的 32 位整数表示的项列表操作开始的被控制的计数
备注
如果当前用户不具有对服务器场的管理员级权限,则此方法将引发错误的类型System.Security.SecurityException。