Compartir a través de


SqlAgentRestart Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property SqlAgentRestart As Boolean
    Get
    Set
'Uso
Dim instance As JobServer
Dim value As Boolean

value = instance.SqlAgentRestart

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

Valor de la propiedad

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.