EmailLevel 属性

Gets or sets the completion action that determines whether to send an e-mail notification to an operator when the job finishes execution.

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property EmailLevel As CompletionAction
    Get
    Set
用法
Dim instance As Job
Dim value As CompletionAction

value = instance.EmailLevel

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

属性值

类型:Microsoft.SqlServer.Management.Smo.Agent. . :: . .CompletionAction
A CompletionAction object value that specifies whether to send an e-mail notification to an operator.

注释

If directed, Microsoft SQL Server Agent can send an e-mail message when execution succeeds or fails. E-mail messages can also be sent regardless of success or failure of the job. By default, e-mail messages are not sent when execution finishes.