SqlServerModelExtensions.GetPerformanceLevelSql 方法

定義

多載

GetPerformanceLevelSql(IModel)

傳回資料庫的效能層級。

GetPerformanceLevelSql(IReadOnlyModel)

傳回資料庫的效能層級。

GetPerformanceLevelSql(IModel)

傳回資料庫的效能層級。

public static string GetPerformanceLevelSql (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetPerformanceLevelSql : Microsoft.EntityFrameworkCore.Metadata.IModel -> string
<Extension()>
Public Function GetPerformanceLevelSql (model As IModel) As String

參數

model
IModel

模型本身。

傳回

資料庫的效能層級。

適用於

GetPerformanceLevelSql(IReadOnlyModel)

傳回資料庫的效能層級。

public static string? GetPerformanceLevelSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetPerformanceLevelSql : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> string
<Extension()>
Public Function GetPerformanceLevelSql (model As IReadOnlyModel) As String

參數

model
IReadOnlyModel

模型本身。

傳回

資料庫的效能層級。

適用於