SPWebApplication.UnthrottledPrivilegedOperationWindowEnabled property
取得或設定 Boolean 值,指定是否要啟用 unthrottled 每日時間範圍。若啟用,大型清單作業不流速時所發生的時段內。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property UnthrottledPrivilegedOperationWindowEnabled As Boolean
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.UnthrottledPrivilegedOperationWindowEnabled
instance.UnthrottledPrivilegedOperationWindowEnabled = value
public bool UnthrottledPrivilegedOperationWindowEnabled { get; set; }
Property value
Type: System.Boolean
Boolean
若要啟用 unthrottled 的每日時間範圍 ; true否則,請false。
Exceptions
Exception | Condition |
---|---|
SecurityException | 目前的使用者不是伺服器陣列管理員。 |