Свойство IServerConfigurationFacet.ContainmentEnabled

Gets the value that indicates whether the containment is enabled.

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

Синтаксис

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

value = instance.ContainmentEnabled

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

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

Тип: System.Boolean
True if the containment is enabled; otherwise, false.

См. также

Справочник

IServerConfigurationFacet Интерфейс

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