Compartir a través de


TSqlModelOptions.Containment Propiedad

Specifies the CONTAINMENT database option.

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Property Containment As Nullable(Of Containment)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Nullable<Containment>

Vea también

Referencia

TSqlModelOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model