Поделиться через


Свойство 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.