Partager via


DacDeployOptions.IgnoreQuotedIdentifiers Propriété

Définition

Permet d’obtenir ou de définir la valeur booléenne précisant s’il faut ignorer l’option QUOTED_IDENTIFIER lors de la comparaison des modèles source et cible.

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

Valeur de propriété

True pour ignorer l'option QUOTED_IDENTIFIER ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à