Partager via


Propriété IServerConfigurationFacet.ContainmentEnabled

Gets the value that indicates whether the containment is enabled.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Property ContainmentEnabled As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IServerConfigurationFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo