SqlServerModelExtensions.GetPerformanceLevelSqlConfigurationSource 方法

定義

ConfigurationSource 回資料庫效能層級的 。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPerformanceLevelSqlConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetPerformanceLevelSqlConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetPerformanceLevelSqlConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

參數

model
IConventionModel

模型本身。

傳回

ConfigurationSource資料庫的效能層級的 。

適用於