ServerProxyAccount.IsEnabled プロパティ

SQL Server のインスタンスでプロキシ アカウントが有効かどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsEnabled As Boolean 
    Get 
    Set
'使用
Dim instance As ServerProxyAccount 
Dim value As Boolean 

value = instance.IsEnabled

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

プロパティ値

型: System.Boolean
SQL Server のインスタンスでプロキシ アカウントが有効かどうかを示す Boolean オブジェクトの値です。True の場合、プロキシ アカウントは SQL Server のインスタンスで有効です。False (既定値) の場合、プロキシ アカウントは SQL Server のインスタンスで無効です。

説明

IsEnabled プロパティが設定されると、レジストリ フラグ SysAdminOnly が切り替えられます。

使用例

SQL Server エージェントでの自動管理タスクのスケジュール設定

関連項目

参照

ServerProxyAccount クラス

Microsoft.SqlServer.Management.Smo 名前空間