次の方法で共有


CreateIndexOperation.CreateFrom(ITableIndex) メソッド

定義

指定したインデックスから新しい CreateIndexOperation を作成します。

public static Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation CreateFrom (Microsoft.EntityFrameworkCore.Metadata.ITableIndex index);
static member CreateFrom : Microsoft.EntityFrameworkCore.Metadata.ITableIndex -> Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation
Public Shared Function CreateFrom (index As ITableIndex) As CreateIndexOperation

パラメーター

index
ITableIndex

インデックス。

戻り値

操作。

適用対象