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 命名空间