다음을 통해 공유


IMutableRelationalPropertyOverrides 인터페이스

정의

특정 테이블과 유사한 저장소 개체에 대한 속성 패싯 재정의를 나타냅니다.

public interface IMutableRelationalPropertyOverrides : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides
type IMutableRelationalPropertyOverrides = interface
    interface IReadOnlyRelationalPropertyOverrides
    interface IReadOnlyAnnotatable
    interface IMutableAnnotatable
Public Interface IMutableRelationalPropertyOverrides
Implements IMutableAnnotatable, IReadOnlyRelationalPropertyOverrides
구현

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링 을 참조하세요.

속성

ColumnName

지정된 테이블과 같은 저장소 개체를 대상으로 지정할 때 속성이 매핑하는 열을 가져오거나 설정합니다.

IsColumnNameOverridden

열 이름이 재정의되는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 IReadOnlyRelationalPropertyOverrides)
Item[String]

지정된 이름의 주석 값을 가져오거나 설정합니다.

(다음에서 상속됨 IMutableAnnotatable)
Property

재정의가 적용되는 속성을 가져옵니다.

StoreObject

이러한 재정의가 적용되는 테이블과 유사한 저장소 개체의 ID입니다.

(다음에서 상속됨 IReadOnlyRelationalPropertyOverrides)

메서드

AddAnnotation(String, Object)

이 개체에 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다.

(다음에서 상속됨 IMutableAnnotatable)
AddAnnotations(IEnumerable<IAnnotation>)

개체에 주석을 추가합니다.

(다음에서 상속됨 IMutableAnnotatable)
AnnotationsToDebugString(Int32)

개체에 선언된 모든 주석에 대한 디버그 문자열을 가져옵니다.

(다음에서 상속됨 IReadOnlyAnnotatable)
FindAnnotation(String)

지정된 이름의 주석을 가져오고 null이 없으면 반환합니다.

(다음에서 상속됨 IMutableAnnotatable)
GetAnnotation(String)

지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다.

(다음에서 상속됨 IReadOnlyAnnotatable)
GetAnnotations()

현재 개체의 모든 주석을 가져옵니다.

(다음에서 상속됨 IMutableAnnotatable)
RemoveAnnotation(String)

이 개체에서 지정된 주석을 제거합니다.

(다음에서 상속됨 IMutableAnnotatable)
RemoveColumnNameOverride()

열 이름 재정의를 제거합니다.

SetAnnotation(String, Object)

지정된 키 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다.

(다음에서 상속됨 IMutableAnnotatable)
SetOrRemoveAnnotation(String, Object)

지정된 이름 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. 가 제공된 경우 null 기존 주석을 제거합니다.

(다음에서 상속됨 IMutableAnnotatable)
ToDebugString(MetadataDebugStringOptions, Int32)

지정된 메타데이터의 사람이 읽을 수 있는 표현을 만듭니다.

경고: 반환된 문자열의 형식을 사용하지 마세요. 디버깅 전용으로 설계되었으며 릴리스 간에 임의로 변경될 수 있습니다.

(다음에서 상속됨 IReadOnlyRelationalPropertyOverrides)

확장 메서드

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

ID 증분을 반환합니다.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

ID 시드를 반환합니다.

GetValueGenerationStrategy(IReadOnlyRelationalPropertyOverrides)

속성에 SqlServerValueGenerationStrategy 사용할 를 반환합니다.

SetIdentityIncrement(IMutableRelationalPropertyOverrides, Nullable<Int32>)

특정 테이블의 ID 증분을 설정합니다.

SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>)

특정 테이블의 ID 시드를 설정합니다.

SetValueGenerationStrategy(IMutableRelationalPropertyOverrides, Nullable<SqlServerValueGenerationStrategy>)

특정 테이블의 SqlServerValueGenerationStrategy 속성에 사용할 를 설정합니다.

적용 대상