言語

DeployedDac.CompatibilityLevel プロパティ

定義

DACデータベースの互換性レベルを取得する

public:
 property int CompatibilityLevel { int get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public int CompatibilityLevel { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.CompatibilityLevel : int
Public ReadOnly Property CompatibilityLevel As Integer

プロパティ値

DACデータベースの互換性レベルを指定する String 値です。

属性

注釈

このプロパティは、特定のデータベースアクションが互換性を持つよう設定したSQL Serverの初期バージョンを指定します。 この性質は sp_dbcmptlevel システムのストアドプロシージャのように動作します。

適用対象