Migration.UpOperations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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)
屬性值
備註
也就是說,需要套用至資料庫的作業,才能從上一個移轉所留下的狀態取得它,使其與這項移轉有關的最新狀態。
如需詳細資訊和範例 ,請參閱資料庫移 轉。