Поделиться через


Свойство PageLevel

Gets or sets the completion action that determines whether to send a pager notification to an operator when the job finishes execution.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property PageLevel As CompletionAction
    Get
    Set
'Применение
Dim instance As Job
Dim value As CompletionAction

value = instance.PageLevel

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

Значение свойства

Тип Microsoft.SqlServer.Management.Smo.Agent. . :: . .CompletionAction
A CompletionAction value that specifies whether to send a pager notification to an operator.

Замечания

If directed, Microsoft SQL Server Agent can send a page notification when execution succeeds or fails. Pager notifications can also be sent regardless of success or failure of the job. By default, pager notifications are not sent when execution finishes.