DacDeployOptions.ScriptDeployStateChecks Eigenschaft

Definition

Gibt mit einem booleschen Wert an, ob die Zieldatenbank überprüft werden soll, um sicherzustellen, dass sie vorhanden und online ist und aktualisiert werden kann.

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

Eigenschaftswert

True, wenn Statusüberprüfungen für die Zieldatenbank ausgeführt werden sollen, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: