DacDeployOptions.IgnoreQuotedIdentifiers Property

Definition

Get or set boolean that specifies whether to exclude the QUOTED_IDENTIFIER option from consideration when comparing the source and target model.

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

Property Value

True to ignore the QUOTED_IDENTIFIER option; otherwise, false. Default is false.

Attributes

Applies to