共用方式為


SqlServerRestart 屬性

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

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

語法

'宣告
<SfcPropertyAttribute> _
Public Property SqlServerRestart As Boolean
    Get
    Set
'用途
Dim instance As JobServer
Dim value As Boolean

value = instance.SqlServerRestart

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

屬性值

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