Share via


SqlServerIndexAnnotations クラス

定義

を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。

public class SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations, Microsoft.EntityFrameworkCore.Metadata.ISqlServerIndexAnnotations
type SqlServerIndexAnnotations = class
    inherit RelationalIndexAnnotations
    interface ISqlServerIndexAnnotations
    interface IRelationalIndexAnnotations
Public Class SqlServerIndexAnnotations
Inherits RelationalIndexAnnotations
Implements ISqlServerIndexAnnotations
継承
SqlServerIndexAnnotations
実装

コンストラクター

SqlServerIndexAnnotations(IIndex)

指定 IIndexした の注釈のインスタンスを構築します。

SqlServerIndexAnnotations(RelationalAnnotations)

指定された注釈ヘルパーによって表される の IIndex 注釈のインスタンスを構築します。

フィールド

DefaultIndexNamePrefix

を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。

(継承元 RelationalIndexAnnotations)
ProviderFullAnnotationNames

を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。

(継承元 RelationalIndexAnnotations)

プロパティ

Annotations

RelationalAnnotations注釈を付ける をIIndex表すヘルパー。

(継承元 RelationalIndexAnnotations)
Filter

インデックス フィルター式。

(継承元 RelationalIndexAnnotations)
IncludeProperties

含まれているプロパティ名を返します。指定 null されていない場合は を返します。

Index

IIndex注釈を付ける 。

(継承元 RelationalIndexAnnotations)
IsClustered

インデックスがクラスター化されているかどうか、または null クラスタリングが指定されていないかどうかを示します。

Name

インデックス名。

(継承元 RelationalIndexAnnotations)

メソッド

GetAnnotations(IEntityType)

を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。

(継承元 RelationalIndexAnnotations)
GetAnnotations(IIndex)

を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。

(継承元 RelationalIndexAnnotations)
GetAnnotations(IProperty)

を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。

(継承元 RelationalIndexAnnotations)
GetDefaultName()

を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。

(継承元 RelationalIndexAnnotations)
GetNameConfigurationSource()

を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。

(継承元 RelationalIndexAnnotations)
SetFilter(String)

使用中の の Filter セマンティクスを使用して を RelationalAnnotations 設定しようとします。

(継承元 RelationalIndexAnnotations)
SetInclude(IReadOnlyList<String>)

使用中の のセマンティクスを使用して、含まれているプロパティ名の設定を RelationalAnnotations 試みます。

SetIsClustered(Nullable<Boolean>)

使用中の のセマンティクスを使用してクラスタリングの設定を RelationalAnnotations 試みます。

SetName(String)

使用中の の Name セマンティクスを使用して を RelationalAnnotations 設定しようとします。

(継承元 RelationalIndexAnnotations)

適用対象