PagerDays 속성
Gets or sets the days of the week on which SQL Server Agent attempts to notify the referenced operator by pager.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property PagerDays As WeekDays
Get
Set
‘사용 방법
Dim instance As [Operator]
Dim value As WeekDays
value = instance.PagerDays
instance.PagerDays = value
[SfcPropertyAttribute]
public WeekDays PagerDays { get; set; }
[SfcPropertyAttribute]
public:
property WeekDays PagerDays {
WeekDays get ();
void set (WeekDays value);
}
[<SfcPropertyAttribute>]
member PagerDays : WeekDays with get, set
function get PagerDays () : WeekDays
function set PagerDays (value : WeekDays)
속성 값
형식: Microsoft.SqlServer.Management.Smo.Agent. . :: . .WeekDays
A WeekDays object value that specifies the day of the week or the combination of days of the week that SQL Server Agent notifies the operator by pager.