ToolingFacade.Update(String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public void Update (string targetMigration, bool force);
member this.Update : string * bool -> unit
Public Sub Update (targetMigration As String, force As Boolean)
參數
-
targetMigration
-
String
要移轉至之移轉的識別碼。 如果提供 null,資料庫將會更新為最新的移轉。
-
force
-
Boolean
值,指出是否可接受自動移轉期間的資料遺失。
適用於