共用方式為


TSqlModelOptions.Containment 屬性

Specifies the CONTAINMENT database option.

命名空間:  Microsoft.SqlServer.Dac.Model
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public Property Containment As Nullable(Of Containment)
    Get 
    Set
'用途
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>)

屬性值

型別:System.Nullable<Containment>

請參閱

參考

TSqlModelOptions 類別

Microsoft.SqlServer.Dac.Model 命名空間