DropForeignKeyOperation.CreateDropIndexOperation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
外部キー列に関連付けられているインデックスを削除する操作を取得します。
public virtual System.Data.Entity.Migrations.Model.DropIndexOperation CreateDropIndexOperation();
abstract member CreateDropIndexOperation : unit -> System.Data.Entity.Migrations.Model.DropIndexOperation
override this.CreateDropIndexOperation : unit -> System.Data.Entity.Migrations.Model.DropIndexOperation
Public Overridable Function CreateDropIndexOperation () As DropIndexOperation
戻り値
インデックスを削除する操作。