SPWebApplication.DailyStartUnthrottledPrivilegedOperationsHour property
Obtém a hora a hora de início para uma operação de privilégio sem limitação de acordo com o fuso horário local.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property DailyStartUnthrottledPrivilegedOperationsHour As UInteger
Get
Set
'Uso
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
Um valor entre 0 e 23 que indica a hora a hora de início.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A hora não pode ser definida como um valor maior que 23. |
SecurityException | A hora não pode ser definida porque o usuário atual não é um administrador do farm. |
Comentários
Use o método SetDailyUnthrottledPrivilegedOperationWindow(UInt32, UInt32, UInt32) para definir a hora do horário de início.