SaturdayPagerStartTime プロパティ
参照先のオペレーターが土曜日にポケットベル経由で警告通知を受信できる最も早い時刻を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SaturdayPagerStartTime As TimeSpan
Get
Set
'使用
Dim instance As [Operator]
Dim value As TimeSpan
value = instance.SaturdayPagerStartTime
instance.SaturdayPagerStartTime = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public TimeSpan SaturdayPagerStartTime { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property TimeSpan SaturdayPagerStartTime {
TimeSpan get ();
void set (TimeSpan value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SaturdayPagerStartTime : TimeSpan with get, set
function get SaturdayPagerStartTime () : TimeSpan
function set SaturdayPagerStartTime (value : TimeSpan)
プロパティ値
型: System. . :: . .TimeSpan
オペレーターにポケットベル経由で警告通知を送信できる最も早い時刻を示す TimeSpan オブジェクトの値です。
説明
PagerDays プロパティを使用して、参照先のオペレーターにポケットベルによる通知を送信する曜日を設定します。土曜日にポケットベルによる通知をオペレーターに送信できる場合、SaturdayPagerStartTime プロパティおよび SaturdayPagerEndTime プロパティを使用して、送信可能な時間を設定します。
ポケットベル送信の終了時刻がオペレーターがポケットベルの受信を開始する時刻より前の場合は、ポケットベルによる送信が午前 12:00 まで発生するように間隔が計算されます。