次の方法で共有


SundayPagerStartTime プロパティ

参照先のオペレーターが日曜日にポケットベル経由で警告通知を受信することのできる最も早い時刻を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SundayPagerStartTime As TimeSpan
    Get
    Set
'使用
Dim instance As [Operator]
Dim value As TimeSpan

value = instance.SundayPagerStartTime

instance.SundayPagerStartTime = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public TimeSpan SundayPagerStartTime { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property TimeSpan SundayPagerStartTime {
    TimeSpan get ();
    void set (TimeSpan value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SundayPagerStartTime : TimeSpan with get, set
function get SundayPagerStartTime () : TimeSpan
function set SundayPagerStartTime (value : TimeSpan)

プロパティ値

型: System. . :: . .TimeSpan
オペレーターにポケットベル経由で警告通知を送信できる最も早い時刻を示す TimeSpan オブジェクトの値です。

説明

PagerDays プロパティを使用して、参照先のオペレーターにポケットベルによる通知を送信する曜日を設定します。日曜日にポケットベルによる通知をオペレーターに送信できる場合、SundayPagerStartTime プロパティおよび SundayPagerEndTime プロパティを使用して、送信可能な時間を設定します。

ポケットベル送信の終了時刻がオペレーターがポケットベルの受信を開始する時刻より前の場合は、ポケットベルによる送信が午前 12:00 まで発生するように間隔が計算されます。