共用方式為


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

索引。

傳回

作業。

適用於