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)

適用対象