다음을 통해 공유


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 데이터베이스의 성능 수준에 대한 입니다.

적용 대상