DacDeployOptions.BlockWhenDriftDetected 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,用于指定系统是否要检查数据库的当前状态与数据库的注册状态之间的差异,如果检测到差异,是否要阻止部署。 即使此选项设置为 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。
- 属性