次の方法で共有


SqlAgentRestart プロパティ

SQL Server エージェントを監視し、停止した場合は再起動するかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

名前空間:  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
SQL Server エージェントを監視し、停止した場合は再起動するかどうかを示す Boolean 値です。
True の場合、SQL Server エージェントは再起動されます。
False (既定値) の場合、SQL Server エージェントは再起動されません。