次の方法で共有


TSqlModelOptions.CompatibilityLevel プロパティ

COMPATIBILITY_LEVEL データベース オプションを指定します。

名前空間:  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 名前空間