Condividi tramite


Proprietà PolicyExtender.EnableRootRestriction

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<ExtendedPropertyAttribute("Condition")> _
Public ReadOnly Property EnableRootRestriction As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean value that indicates whether root restriction is enabled, True if enabled, otherwise False.

Vedere anche

Riferimento

PolicyExtender Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf