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>