SqlServerModelBuilderExtensions.HasPerformanceLevel 메서드

정의

Azure SQL Database의 성능 수준(SERVICE_OBJECTIVE)을 문자열 리터럴로 구성합니다.

public static Microsoft.EntityFrameworkCore.ModelBuilder HasPerformanceLevel (this Microsoft.EntityFrameworkCore.ModelBuilder modelBuilder, string performanceLevel);
static member HasPerformanceLevel : Microsoft.EntityFrameworkCore.ModelBuilder * string -> Microsoft.EntityFrameworkCore.ModelBuilder
<Extension()>
Public Function HasPerformanceLevel (modelBuilder As ModelBuilder, performanceLevel As String) As ModelBuilder

매개 변수

modelBuilder
ModelBuilder

모델 작성기입니다.

performanceLevel
String

문자열 리터럴인 데이터베이스의 성능 수준입니다.

반환

동일한 작성기가 여러 호출을 연결할 수 있도록 instance.

설명

지원되는 값은 Azure SQL 데이터베이스 설명서를 참조하세요.

자세한 내용과 예제는 엔터티 형식 및 관계 모델링EF Core를 사용하여 SQL Server 및 Azure SQL 데이터베이스 액세스를 참조하세요.

적용 대상