共用方式為


Migration.UpOperations 屬性

定義

MigrationOperation 移轉資料庫 'up' 的 。

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> UpOperations { get; }
member this.UpOperations : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation>
Public Overridable ReadOnly Property UpOperations As IReadOnlyList(Of MigrationOperation)

屬性值

備註

也就是說,需要套用至資料庫的作業,才能從上一個移轉所留下的狀態取得它,使其與這項移轉有關的最新狀態。

如需詳細資訊和範例 ,請參閱資料庫移 轉。

適用於