PolicyExtender.EnableRootRestriction プロパティ

ルート制約が有効になっているかどうかを示すブール値を取得します。

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

構文

'宣言
<ExtendedPropertyAttribute("Condition")> _
Public ReadOnly Property EnableRootRestriction As Boolean 
    Get
'使用
Dim instance As PolicyExtender 
Dim value As Boolean 

value = instance.EnableRootRestriction
[ExtendedPropertyAttribute("Condition")]
public bool EnableRootRestriction { get; }
[ExtendedPropertyAttribute(L"Condition")]
public:
property bool EnableRootRestriction {
    bool get ();
}
[<ExtendedPropertyAttribute("Condition")>]
member EnableRootRestriction : bool
function get EnableRootRestriction () : boolean

プロパティ値

型: System.Boolean
ルート制約が有効になっているかどうかを示すブール値です。有効の場合は True、有効でない場合は False です。

関連項目

参照

PolicyExtender クラス

Microsoft.SqlServer.Management.Dmf 名前空間