Freigeben über


DacDeployOptions.IgnoreQuotedIdentifiers Eigenschaft

Definition

Abrufen oder Festlegen eines booleschen Werts, der angibt, ob beim Vergleichen des Quell- und Zielmodells die Option QUOTED_IDENTIFIER von der Berücksichtigung 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, wenn die QUOTED_IDENTIFIER-Option ignoriert werden soll, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: