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


Свойство ServerAdapterBase.ContainmentEnabled

Enables or disables contained databases and authentication using Facets across a server instance.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Property ContainmentEnabled As Boolean 
    Get 
    Set
'Применение
Dim instance As ServerAdapterBase 
Dim value As Boolean 

value = instance.ContainmentEnabled

instance.ContainmentEnabled = value
public bool ContainmentEnabled { get; set; }
public:
virtual property bool ContainmentEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract ContainmentEnabled : bool with get, set 
override ContainmentEnabled : bool with get, set
final function get ContainmentEnabled () : boolean 
final function set ContainmentEnabled (value : boolean)

Значение свойства

Тип: System.Boolean
Returns Boolean, true if enabled, false otherwise.

См. также

Справочник

ServerAdapterBase Класс

Пространство имен Microsoft.SqlServer.Management.Smo