共用方式為


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)

適用於