Partager via


Propriété Operator.PagerDays

Gets or sets the days of the week on which SQL Server Agent attempts to notify the referenced operator by pager.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PagerDays As WeekDays 
    Get 
    Set
'Utilisation
Dim instance As [Operator]
Dim value As WeekDays 

value = instance.PagerDays

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

Valeur de propriété

Type : 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.

Exemples

Planification des tâches administratives automatiques dans l'Agent SQL Server

Voir aussi

Référence

Operator Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent

Autres ressources

Tâches d'administration automatisée (Agent SQL Server)

sp_add_operator (Transact-SQL)