共用方式為


DacDeployOptions.ScriptDeployStateChecks 屬性

定義

取得或設定布林值,指定是否應該檢查目標資料庫以確保它存在、在線上而且可以更新。

public bool ScriptDeployStateChecks { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ScriptDeployStateChecks")]
public bool ScriptDeployStateChecks { get; set; }
member this.ScriptDeployStateChecks : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ScriptDeployStateChecks")>]
member this.ScriptDeployStateChecks : bool with get, set
Public Property ScriptDeployStateChecks As Boolean

屬性值

True 表示對目標資料庫執行狀態檢查,否則為 false。 預設值為 false。

屬性

適用於