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。

属性

适用于