Compartilhar via


DacDeployOptions.VerifyDeployment Propriedade

Definição

Obtenha ou defina o booliano que especifica se a fase de verificação de plano é executada ou não.

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

Valor da propriedade

True para executar a verificação de plano ou false para ignorá-la. O padrão é true.

Atributos

Aplica-se a