Compartilhar via


DacDeployOptions.IgnoreQuotedIdentifiers Propriedade

Definição

Obtém ou define booliano que especifica se deve-se desconsiderar ou não a opção QUOTED_IDENTIFIER ao comparar os modelos de origem e destino.

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

Valor da propriedade

True para ignorar a opção QUOTED_IDENTIFIER; caso contrário, false. O padrão é false.

Atributos

Aplica-se a