PolicyExtender.EnableRootRestriction 속성

Gets a Boolean value that indicates whether root restriction is enabled.

네임스페이스:  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
A Boolean value that indicates whether root restriction is enabled, True if enabled, otherwise False.

참고 항목

참조

PolicyExtender 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스