Condividi tramite


DacDeployOptions.IgnoreQuotedIdentifiers Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere l’opzione QUOTED_IDENTIFIER dalla considerazione durante il confronto dei modelli di origine e destinazione.

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

Valore della proprietà

True per ignorare l'opzione QUOTED_IDENTIFIER, altrimenti false. L'impostazione predefinita è false.

Attributi

Si applica a