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 네임스페이스