Condividi tramite


DacDeployOptions.ScriptDeployStateChecks Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se il database di destinazione deve essere controllato per verificare che esista, sia online e possa essere aggiornato.

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

Valore della proprietà

True per eseguire controlli di stato nel database di destinazione, altrimenti false. L'impostazione predefinita è false.

Attributi

Si applica a