SqlServerMemoryOptimizedTablesConvention クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メモリ最適化テーブルの非クラスター化としてインデックスを構成する規則。
public class SqlServerMemoryOptimizedTablesConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeAnnotationChangedConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IIndexAddedConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IKeyAddedConvention
type SqlServerMemoryOptimizedTablesConvention = class
interface IEntityTypeAnnotationChangedConvention
interface IConvention
interface IKeyAddedConvention
interface IIndexAddedConvention
Public Class SqlServerMemoryOptimizedTablesConvention
Implements IEntityTypeAnnotationChangedConvention, IIndexAddedConvention, IKeyAddedConvention
- 継承
-
SqlServerMemoryOptimizedTablesConvention
- 実装
注釈
詳細と例については、「モデルの構築規則」および「EF Core を使用したSQL ServerデータベースとAzure SQL データベースへのアクセス」を参照してください。
コンストラクター
SqlServerMemoryOptimizedTablesConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies) |
SqlServerMemoryOptimizedTablesConvention の新しいインスタンスを作成します。 |
プロパティ
Dependencies |
このサービスの依存関係。 |
RelationalDependencies |
このサービスのリレーショナル プロバイダー固有の依存関係。 |
メソッド
ProcessEntityTypeAnnotationChanged(IConventionEntityTypeBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>) |
エンティティ型で注釈が変更された後に呼び出されます。 |
ProcessIndexAdded(IConventionIndexBuilder, IConventionContext<IConventionIndexBuilder>) |
エンティティ型にインデックスが追加された後に呼び出されます。 |
ProcessKeyAdded(IConventionKeyBuilder, IConventionContext<IConventionKeyBuilder>) |
エンティティ型にキーが追加された後に呼び出されます。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework