다음을 통해 공유


SqlServerIndexAnnotations 클래스

정의

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

public class SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations, Microsoft.EntityFrameworkCore.Metadata.ISqlServerIndexAnnotations
type SqlServerIndexAnnotations = class
    inherit RelationalIndexAnnotations
    interface ISqlServerIndexAnnotations
    interface IRelationalIndexAnnotations
Public Class SqlServerIndexAnnotations
Inherits RelationalIndexAnnotations
Implements ISqlServerIndexAnnotations
상속
SqlServerIndexAnnotations
구현

생성자

SqlServerIndexAnnotations(IIndex)

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

SqlServerIndexAnnotations(RelationalAnnotations)

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

필드

DefaultIndexNamePrefix

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

(다음에서 상속됨 RelationalIndexAnnotations)
ProviderFullAnnotationNames

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

(다음에서 상속됨 RelationalIndexAnnotations)

속성

Annotations

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

(다음에서 상속됨 RelationalIndexAnnotations)
Filter

인덱스 필터 식입니다.

(다음에서 상속됨 RelationalIndexAnnotations)
IncludeProperties

포함된 속성 이름을 반환하거나 null 지정하지 않은 경우 를 반환합니다.

Index

IIndex 주석을 달 입니다.

(다음에서 상속됨 RelationalIndexAnnotations)
IsClustered

인덱스가 클러스터되어 null 있는지 또는 클러스터링 지정되지 않은지 여부를 나타냅니다.

Name

인덱스 이름입니다.

(다음에서 상속됨 RelationalIndexAnnotations)

메서드

GetAnnotations(IEntityType)

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

(다음에서 상속됨 RelationalIndexAnnotations)
GetAnnotations(IIndex)

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

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

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

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

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

(다음에서 상속됨 RelationalIndexAnnotations)
GetNameConfigurationSource()

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

(다음에서 상속됨 RelationalIndexAnnotations)
SetFilter(String)

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

(다음에서 상속됨 RelationalIndexAnnotations)
SetInclude(IReadOnlyList<String>)

사용 중인 의 RelationalAnnotations 의미 체계를 사용하여 포함된 속성 이름을 설정하려고 시도합니다.

SetIsClustered(Nullable<Boolean>)

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

SetName(String)

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

(다음에서 상속됨 RelationalIndexAnnotations)

적용 대상