Свойство 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