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)

适用于