Свойство Operator.SundayPagerEndTime
Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on Sundays.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SundayPagerEndTime As TimeSpan
Get
Set
'Применение
Dim instance As [Operator]
Dim value As TimeSpan
value = instance.SundayPagerEndTime
instance.SundayPagerEndTime = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public TimeSpan SundayPagerEndTime { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property TimeSpan SundayPagerEndTime {
TimeSpan get ();
void set (TimeSpan value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SundayPagerEndTime : TimeSpan with get, set
function get SundayPagerEndTime () : TimeSpan
function set SundayPagerEndTime (value : TimeSpan)
Значение свойства
Тип: System.TimeSpan
A TimeSpan object value that specifies the latest time of day at which the operator can be sent alert notifications by pager.
Замечания
Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on Sundays.
Примеры
Планирование автоматических административных задач в агенте SQL Server
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Agent
Другие ресурсы
Задачи автоматизированного администрирования (агент SQL Server)