SPWebApplication.DailyStartUnthrottledPrivilegedOperationsHour property
根據本地時區取得 unthrottled 最低權限作業開始時間的小時。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property DailyStartUnthrottledPrivilegedOperationsHour As UInteger
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.DailyStartUnthrottledPrivilegedOperationsHour
instance.DailyStartUnthrottledPrivilegedOperationsHour = value
public uint DailyStartUnthrottledPrivilegedOperationsHour { get; set; }
Property value
Type: System.UInt32
UInt32
介於 0 到 23 之間值,指出開始時間的小時。
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | 小時無法設為大於 23 的值。 |
SecurityException | 無法設定小時,因為目前的使用者不是伺服器陣列管理員。 |
備註
使用SetDailyUnthrottledPrivilegedOperationWindow(UInt32, UInt32, UInt32)方法可設定的開始時間的小時。