SPWebApplication.MaxItemsPerThrottledOperationOverride property
取得或設定不會節流處理每個作業時目前的使用者是系統管理員或稽核者安全性 proxy 的最大項目。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MaxItemsPerThrottledOperationOverride As UInteger
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.MaxItemsPerThrottledOperationOverride
instance.MaxItemsPerThrottledOperationOverride = value
public uint MaxItemsPerThrottledOperationOverride { get; set; }
Property value
Type: System.UInt32
UInt32
沒有已受到節流每個作業最大的項目。
Exceptions
Exception | Condition |
---|---|
SecurityException | 目前的使用者不是伺服器陣列管理員。 |