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データベースのパフォーマンス レベルの 。

適用対象