次の方法で共有


DacDeployOptions.BlockWhenDriftDetected プロパティ

定義

データベースの現在の状態と登録されている状態との違いをチェックしたうえで、違いが検出された場合に配置をブロックするかどうかを指定するブール値を取得または設定します。 このオプションを true に設定した場合でも、RegisterDataTierApplication オプションを有効にして以前に配置している場合にのみ、誤差検出がデータベースで発生します。

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

プロパティ値

誤差が検出された場合にエラーを発生させる場合は true、それ以外の場合は false。 既定値は true です。

属性

適用対象