Compartir a través de


SundayPagerEndTime Propiedad

Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on Sundays.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SundayPagerEndTime As TimeSpan
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .TimeSpan
A TimeSpan object value that specifies the latest time of day at which the operator can be sent alert notifications by pager.

Comentarios

Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on Sundays.