TSqlModelOptions.CompatibilityLevel 属性

Specifies the COMPATIBILITY_LEVEL database option.

命名空间:  Microsoft.SqlServer.Dac.Model
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public Property CompatibilityLevel As Nullable(Of Integer)
    Get 
    Set
用法
Dim instance As TSqlModelOptions 
Dim value As Nullable(Of Integer)

value = instance.CompatibilityLevel

instance.CompatibilityLevel = value
public Nullable<int> CompatibilityLevel { get; set; }
public:
property Nullable<int> CompatibilityLevel {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
member CompatibilityLevel : Nullable<int> with get, set
function get CompatibilityLevel () : Nullable<int>
function set CompatibilityLevel (value : Nullable<int>)

属性值

类型:System.Nullable<Int32>

请参阅

参考

TSqlModelOptions 类

Microsoft.SqlServer.Dac.Model 命名空间