다음을 통해 공유


PropertiesConfigurationBuilder.HaveMaxLength(Int32) 메서드

정의

이 속성에 저장할 수 있는 데이터의 최대 길이를 구성합니다. 최대 길이는 배열 속성(속성 포함 String )에서만 설정할 수 있습니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder HaveMaxLength (int maxLength);
abstract member HaveMaxLength : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder
override this.HaveMaxLength : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder
Public Overridable Function HaveMaxLength (maxLength As Integer) As PropertiesConfigurationBuilder

매개 변수

maxLength
Int32

속성에 허용되는 최대 데이터 길이입니다.

반환

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

적용 대상