Udostępnij przez


Właściwość PolicyExtender.EnableRootRestriction

Pobiera wartość logiczna wskazująca, czy ograniczenie głównego jest włączone.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dmf
Zestaw:  Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)

Składnia

'Deklaracja
<ExtendedPropertyAttribute("Condition")> _
Public ReadOnly Property EnableRootRestriction As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
Wartość logiczna wskazująca, czy ograniczenie głównego jest włączone, True Jeśli włączona, w przeciwnym razie False.