RelationalMaxIdentifierLengthConvention 클래스

정의

데이터베이스에서 지원하는 최대 개체 식별자 길이를 구성하는 규칙입니다.

public class RelationalMaxIdentifierLengthConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelInitializedConvention
type RelationalMaxIdentifierLengthConvention = class
    interface IModelInitializedConvention
    interface IConvention
Public Class RelationalMaxIdentifierLengthConvention
Implements IModelInitializedConvention
상속
RelationalMaxIdentifierLengthConvention
구현

설명

자세한 내용 및 예제는 모델 빌드 규칙을 참조하세요.

생성자

RelationalMaxIdentifierLengthConvention(Int32, ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies)

RelationalMaxIdentifierLengthConvention의 새 인스턴스를 만듭니다.

속성

Dependencies

이 서비스에 대한 종속성입니다.

MaxIdentifierLength

데이터베이스에서 지원하는 최대 개체 식별자 길이입니다.

RelationalDependencies

이 서비스에 대한 관계형 공급자별 종속성입니다.

메서드

ProcessModelInitialized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

모델을 초기화한 후 호출됩니다.

적용 대상