Compartir a través de


IServerConfigurationFacet.ContainmentEnabled Propiedad

Gets the value that indicates whether the containment is enabled.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Property ContainmentEnabled As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
True if the containment is enabled; otherwise, false.

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo