ISqlServerIndexAnnotations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过 SqlServer(IIndex)访问的关系特定注释的属性。
public interface ISqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
type ISqlServerIndexAnnotations = interface
interface IRelationalIndexAnnotations
Public Interface ISqlServerIndexAnnotations
Implements IRelationalIndexAnnotations
- 派生
- 实现
属性
Filter |
索引筛选器表达式。 (继承自 IRelationalIndexAnnotations) |
IncludeProperties |
如果尚未指定属性名称,则返回包含的属性名称或 |
IsClustered |
指示索引是否聚集,或者 |
Name |
索引名称。 (继承自 IRelationalIndexAnnotations) |