Share via


RelationalMaxIdentifierLengthConvention 생성자

정의

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

public RelationalMaxIdentifierLengthConvention (int maxIdentifierLength, Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies dependencies, Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies relationalDependencies);
new Microsoft.EntityFrameworkCore.Metadata.Conventions.RelationalMaxIdentifierLengthConvention : int * Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies * Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies -> Microsoft.EntityFrameworkCore.Metadata.Conventions.RelationalMaxIdentifierLengthConvention
Public Sub New (maxIdentifierLength As Integer, dependencies As ProviderConventionSetBuilderDependencies, relationalDependencies As RelationalConventionSetBuilderDependencies)

매개 변수

maxIdentifierLength
Int32

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

dependencies
ProviderConventionSetBuilderDependencies

이 규칙에 대한 종속성을 포함하는 매개 변수 개체입니다.

relationalDependencies
RelationalConventionSetBuilderDependencies

이 규칙에 대한 관계형 종속성을 포함하는 매개 변수 개체입니다.

적용 대상