次の方法で共有


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 です。