SqlAgentAutoStart プロパティ
SQL Server エージェントを自動的に起動するかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property SqlAgentAutoStart As Boolean
Get
Set
'使用
Dim instance As JobServer
Dim value As Boolean
value = instance.SqlAgentAutoStart
instance.SqlAgentAutoStart = value
[SfcPropertyAttribute]
public bool SqlAgentAutoStart { get; set; }
[SfcPropertyAttribute]
public:
property bool SqlAgentAutoStart {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member SqlAgentAutoStart : bool with get, set
function get SqlAgentAutoStart () : boolean
function set SqlAgentAutoStart (value : boolean)
プロパティ値
型: System. . :: . .Boolean
SQL Server エージェントを自動的に起動するかどうかを示す Boolean 値です。
True の場合、SQL Server エージェントは、自動的に起動されます。
False (既定値) の場合、SQL Server エージェントは自動的に再起動されません。