다음을 통해 공유


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.