次の方法で共有


ToolingFacade.Update(String, Boolean) メソッド

定義

指定した移行にデータベースを更新します。

public void Update (string targetMigration, bool force);
member this.Update : string * bool -> unit
Public Sub Update (targetMigration As String, force As Boolean)

パラメーター

targetMigration
String

移行する移行の ID。 null が指定されている場合、データベースは最新の移行に更新されます。

force
Boolean

自動移行中のデータ損失が許容されるかどうかを示す値。

適用対象