SqlServerMigrationsSqlGenerator.DropIndexes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder) |
指定されたインデックスを削除する SQL を生成します。 |
DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder) |
指定されたインデックスを削除する SQL を生成します。 |
DropIndexes(IProperty, MigrationCommandListBuilder) |
DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)
指定されたインデックスを削除する SQL を生成します。
protected virtual void DropIndexes (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IIndex> indexes, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member DropIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.IIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.DropIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.IIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub DropIndexes (indexes As IEnumerable(Of IIndex), builder As MigrationCommandListBuilder)
パラメーター
- indexes
- IEnumerable<IIndex>
削除するインデックス。
- builder
- MigrationCommandListBuilder
コマンドのビルドに使用するコマンド ビルダー。
適用対象
DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)
指定されたインデックスを削除する SQL を生成します。
protected virtual void DropIndexes (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> indexes, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member DropIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.DropIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub DropIndexes (indexes As IEnumerable(Of ITableIndex), builder As MigrationCommandListBuilder)
パラメーター
- indexes
- IEnumerable<ITableIndex>
削除するインデックス。
- builder
- MigrationCommandListBuilder
コマンドのビルドに使用するコマンド ビルダー。
適用対象
DropIndexes(IProperty, MigrationCommandListBuilder)
protected virtual void DropIndexes (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member DropIndexes : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.DropIndexes : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub DropIndexes (property As IProperty, builder As MigrationCommandListBuilder)
パラメーター
- property
- IProperty
- builder
- MigrationCommandListBuilder
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework