SqlServerDbContextOptionsBuilder.UseCompatibilityLevel(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 EF Core 與資料庫互動時將使用的SQL Server相容性層級。 這可讓 EF Core 使用較舊的 (或更新版本的) SQL Server。 預設為 160
(SQL Server 2022) 。
public virtual Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder UseCompatibilityLevel (int compatibilityLevel);
abstract member UseCompatibilityLevel : int -> Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder
override this.UseCompatibilityLevel : int -> Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder
Public Overridable Function UseCompatibilityLevel (compatibilityLevel As Integer) As SqlServerDbContextOptionsBuilder
參數
- compatibilityLevel
- Int32
false
表示具有 Null 資源
傳回
備註
如需詳細資訊和範例,請參閱使用 DbCoNtextOptions和SQL Server相容性層級的檔。