다음을 통해 공유


ISqlServerPropertyAnnotations 인터페이스

정의

를 통해 SqlServer(IProperty)액세스되는 SQL Server 특정 주석에 대한 API입니다.

public interface ISqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations
type ISqlServerPropertyAnnotations = interface
    interface IRelationalPropertyAnnotations
Public Interface ISqlServerPropertyAnnotations
Implements IRelationalPropertyAnnotations
파생
구현

속성

ColumnName

속성이 매핑되는 열의 이름입니다.

(다음에서 상속됨 IRelationalPropertyAnnotations)
ColumnType

속성이 매핑되는 열의 데이터베이스 형식입니다.

(다음에서 상속됨 IRelationalPropertyAnnotations)
ComputedColumnSql

이 속성에 대한 열을 만들 때 사용해야 하는 계산된 제약 조건 SQL 식입니다.

(다음에서 상속됨 IRelationalPropertyAnnotations)
DefaultValue

이 속성에 대한 열을 만들 때 열 정의에 사용할 기본값입니다.

(다음에서 상속됨 IRelationalPropertyAnnotations)
DefaultValueSql

이 속성에 대한 열을 만들 때 사용해야 하는 기본 제약 조건 SQL 식입니다.

(다음에서 상속됨 IRelationalPropertyAnnotations)
HiLoSequenceName

사용할 시퀀스 이름을 가져옵니다. ForSqlServerUseSequenceHiLo(PropertyBuilder, String, String)

HiLoSequenceSchema

시퀀스에 사용할 스키마를 가져옵니다. ForSqlServerUseSequenceHiLo(PropertyBuilder, String, String)

IsFixedLength

속성이 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그입니다.

(다음에서 상속됨 IRelationalPropertyAnnotations)
ValueGenerationStrategy

속성에 SqlServerValueGenerationStrategy 사용할 를 가져옵니다.

속성에 대한 전략이 설정되지 않은 경우 사용할 전략은 에서 가져옵니다. IModel

메서드

FindHiLoSequence()

ISequence 모델에서 와 함께 사용할 를 찾습니다.ForSqlServerUseSequenceHiLo(PropertyBuilder, String, String)

적용 대상