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

属性

適用対象