Propriedade do RDL TSqlModelOptions.Containment
Specifies the CONTAINMENT database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Nullable<Containment>