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です。

属性

適用対象