SqlServerIndexAnnotations クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
を介して 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(IIndex) |
指定 IIndexした の注釈のインスタンスを構築します。 |
SqlServerIndexAnnotations(RelationalAnnotations) |
指定された注釈ヘルパーによって表される の IIndex 注釈のインスタンスを構築します。 |
フィールド
DefaultIndexNamePrefix |
を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。 (継承元 RelationalIndexAnnotations) |
ProviderFullAnnotationNames |
を介して SqlServer(IMutableIndex)アクセスされるリレーショナル固有の注釈のプロパティ。 (継承元 RelationalIndexAnnotations) |
プロパティ
Annotations |
RelationalAnnotations注釈を付ける をIIndex表すヘルパー。 (継承元 RelationalIndexAnnotations) |
Filter |
インデックス フィルター式。 (継承元 RelationalIndexAnnotations) |
IncludeProperties |
含まれているプロパティ名を返します。指定 |
Index |
IIndex注釈を付ける 。 (継承元 RelationalIndexAnnotations) |
IsClustered |
インデックスがクラスター化されているかどうか、または |
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) |
適用対象
Entity Framework