다음을 통해 공유


ISqlServerIndexAnnotations 인터페이스

정의

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

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

속성

Filter

인덱스 필터 식입니다.

(다음에서 상속됨 IRelationalIndexAnnotations)
IncludeProperties

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

IsClustered

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

Name

인덱스 이름입니다.

(다음에서 상속됨 IRelationalIndexAnnotations)

적용 대상