Partager via


Propriété TSqlModelOptions.Containment

Specifies the CONTAINMENT database option.

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Property Containment As Nullable(Of Containment)
    Get 
    Set
'Utilisation
Dim instance As TSqlModelOptions 
Dim value As Nullable(Of Containment)

value = instance.Containment

instance.Containment = value
public Nullable<Containment> Containment { get; set; }
public:
property Nullable<Containment> Containment {
    Nullable<Containment> get ();
    void set (Nullable<Containment> value);
}
member Containment : Nullable<Containment> with get, set
function get Containment () : Nullable<Containment>
function set Containment (value : Nullable<Containment>)

Valeur de propriété

Type : System.Nullable<Containment>

Voir aussi

Référence

TSqlModelOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Model