MigratorBase 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包裝核心之裝飾專案的基類 DbMigrator
[System.Diagnostics.DebuggerStepThrough]
public abstract class MigratorBase
type MigratorBase = class
Public MustInherit Class MigratorBase
- 繼承
-
MigratorBase
- 衍生
- 屬性
建構函式
MigratorBase(MigratorBase) |
初始化 MigratorBase 類別的新實例。 |
屬性
Configuration |
取得用於移轉程式的組態。 |
方法
GetDatabaseMigrations() |
取得已套用至資料庫的移轉清單。 |
GetLocalMigrations() |
取得元件中定義的移轉清單。 |
GetPendingMigrations() |
取得尚未套用至資料庫的擱置移轉清單。 |
Update() |
將目標資料庫更新至最新的移轉。 |
Update(String) |
更新目標資料庫至指定的移轉。 |