共用方式為


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.