Sprache

DacDeployOptions.IgnoreQuotedIdentifiers Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines werts vom Typ Boolean, der angibt, ob beim Vergleichen des Quell- und Zielmodells die option QUOTED_IDENTIFIER ausgeschlossen werden soll.

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

Eigenschaftswert

True, um die Option QUOTED_IDENTIFIER zu ignorieren; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: