Condividi tramite


Proprietà SqlAgentRestart

Gets or sets the Boolean property value that specifies whether SQL Server Agent is monitored and restarted if it stops.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public Property SqlAgentRestart As Boolean
    Get
    Set
'Utilizzo
Dim instance As JobServer
Dim value As Boolean

value = instance.SqlAgentRestart

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

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether SQL Server Agent is monitored and restarted if it stops.
If True, SQL Server Agent is restarted.
If False (default), SQL Server Agent is not restarted.