Share via


TSqlModelOptions.Containment Property

Specifies the CONTAINMENT database option.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Property Containment As Nullable(Of Containment)
    Get 
    Set
'Usage
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>)

Property Value

Type: System.Nullable<Containment>

See Also

Reference

TSqlModelOptions Class

Microsoft.SqlServer.Dac.Model Namespace