다음을 통해 공유


SqlServerKeyAnnotations 클래스

정의

을 통해 SqlServer(IMutableKey)액세스되는 관계형 특정 주석에 대한 속성입니다.

public class SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations, Microsoft.EntityFrameworkCore.Metadata.ISqlServerKeyAnnotations
type SqlServerKeyAnnotations = class
    inherit RelationalKeyAnnotations
    interface ISqlServerKeyAnnotations
    interface IRelationalKeyAnnotations
Public Class SqlServerKeyAnnotations
Inherits RelationalKeyAnnotations
Implements ISqlServerKeyAnnotations
상속
SqlServerKeyAnnotations
구현

생성자

SqlServerKeyAnnotations(IKey)

지정된 IKey의 주석에 대한 instance 생성합니다.

SqlServerKeyAnnotations(RelationalAnnotations)

지정된 주석 도우미가 나타내는 의 IKey 주석에 대한 instance 생성합니다.

필드

DefaultAlternateKeyNamePrefix

을 통해 SqlServer(IMutableKey)액세스되는 관계형 특정 주석에 대한 속성입니다.

(다음에서 상속됨 RelationalKeyAnnotations)
DefaultPrimaryKeyNamePrefix

을 통해 SqlServer(IMutableKey)액세스되는 관계형 특정 주석에 대한 속성입니다.

(다음에서 상속됨 RelationalKeyAnnotations)
ProviderFullAnnotationNames

을 통해 SqlServer(IMutableKey)액세스되는 관계형 특정 주석에 대한 속성입니다.

(다음에서 상속됨 RelationalKeyAnnotations)

속성

Annotations

RelationalAnnotations 주석을 달 수 있는 을 IKey 나타내는 도우미입니다.

(다음에서 상속됨 RelationalKeyAnnotations)
IsClustered

키가 클러스터형인지 여부 또는 클러스터링 지정되지 않은지 여부를 가져오거나 null 설정합니다.

Key

IKey 주석을 달 수 있는 입니다.

(다음에서 상속됨 RelationalKeyAnnotations)
Name

키 제약 조건 이름입니다.

(다음에서 상속됨 RelationalKeyAnnotations)

메서드

GetAnnotations(IEntityType)

을 통해 SqlServer(IMutableKey)액세스되는 관계형 특정 주석에 대한 속성입니다.

(다음에서 상속됨 RelationalKeyAnnotations)
GetAnnotations(IProperty)

을 통해 SqlServer(IMutableKey)액세스되는 관계형 특정 주석에 대한 속성입니다.

(다음에서 상속됨 RelationalKeyAnnotations)
GetDefaultName()

을 통해 SqlServer(IMutableKey)액세스되는 관계형 특정 주석에 대한 속성입니다.

(다음에서 상속됨 RelationalKeyAnnotations)
SetIsClustered(Nullable<Boolean>)

사용 중인 의 RelationalAnnotations 의미 체계를 사용하여 클러스터링 설정하려고 시도합니다.

SetName(String)

사용 중인 의 의미 체계를 사용하여 를 설정 Name 하려고 시도합니다 RelationalAnnotations .

(다음에서 상속됨 RelationalKeyAnnotations)

적용 대상