MigratorBase.Update 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Update() |
將目標資料庫更新至最新的移轉。 |
Update(String) |
更新目標資料庫至指定的移轉。 |
Update()
將目標資料庫更新至最新的移轉。
public void Update ();
member this.Update : unit -> unit
Public Sub Update ()
適用於
Update(String)
更新目標資料庫至指定的移轉。
public virtual void Update (string targetMigration);
abstract member Update : string -> unit
override this.Update : string -> unit
Public Overridable Sub Update (targetMigration As String)
參數
- targetMigration
- String
要升級/降級至的移轉。