共用方式為


NetSendLevel 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property NetSendLevel As CompletionAction
    Get
    Set
'用途
Dim instance As Job
Dim value As CompletionAction

value = instance.NetSendLevel

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

屬性值

型別:Microsoft.SqlServer.Management.Smo.Agent. . :: . .CompletionAction
A CompletionAction value that specifies whether to net-send a notification to an operator.

備註

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