Compartilhar via


Propriedade DeleteLevel

Gets or sets the completion action that determines whether to delete the job definition when the job finishes execution.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property DeleteLevel As CompletionAction
    Get
    Set
'Uso
Dim instance As Job
Dim value As CompletionAction

value = instance.DeleteLevel

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .CompletionAction
A CompletionAction object value that specifies whether to delete the job definition.

Comentários

If directed, Microsoft SQL Server Agent can delete a job definition when execution succeeds or fails. Jobs can also be deleted regardless of success or failure of the job. By default, jobs are not deleted when execution finishes.