Поделиться через


Свойство DeployedDac.CompatibilityLevel

Gets the compatibility level for the DAC database

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CompatibilityLevel As Integer 
    Get
'Применение
Dim instance As DeployedDac 
Dim value As Integer 

value = instance.CompatibilityLevel
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int CompatibilityLevel { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int CompatibilityLevel {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member CompatibilityLevel : int
function get CompatibilityLevel () : int

Значение свойства

Тип: System.Int32
A String value that specifies the compatibility level of the DAC database.

Замечания

This property specifies an earlier version of SQL Server for which certain database actions are to be compatible. This property works like the sp_dbcmptlevel system stored procedure.

См. также

Справочник

DeployedDac Класс

Пространство имен Microsoft.SqlServer.Management.Utility