Compartir a través de


ISqlServerIndexAnnotations Interfaz

Definición

Propiedades de anotaciones específicas de relacional a las que se tiene acceso a través de SqlServer(IIndex).

public interface ISqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
type ISqlServerIndexAnnotations = interface
    interface IRelationalIndexAnnotations
Public Interface ISqlServerIndexAnnotations
Implements IRelationalIndexAnnotations
Derivado
Implementaciones

Propiedades

Filter

Expresión de filtro de índice.

(Heredado de IRelationalIndexAnnotations)
IncludeProperties

Devuelve los nombres de propiedad incluidos o null si no se han especificado.

IsClustered

Indica si el índice está agrupado o no, o null si no se ha especificado la agrupación en clústeres.

Name

Nombre de índice.

(Heredado de IRelationalIndexAnnotations)

Se aplica a