Migration.DownOperations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 MigrationOperation 移轉資料庫 'down' 的 。
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> DownOperations { get; }
member this.DownOperations : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation>
Public Overridable ReadOnly Property DownOperations As IReadOnlyList(Of MigrationOperation)
屬性值
備註
也就是說,這些作業必須套用至資料庫,才能從此移轉所留下的狀態進行擷取,讓它回到套用此移轉之前的狀態。
如需詳細資訊和範例 ,請參閱資料庫移 轉。