共用方式為


SqlAgentRestart 屬性

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

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

語法

'宣告
<SfcPropertyAttribute> _
Public Property SqlAgentRestart As Boolean
    Get
    Set
'用途
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)

屬性值

型別: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.