DacDeployOptions.VerifyDeployment Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se la fase di verifica del piano viene eseguita o meno.

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

Valore della proprietà

True per eseguire la verifica del piano; in caso contrario, false per ignorarlo. Il valore predefinito è vero.

Attributi

Si applica a