Partager via


DacDeployOptions.IgnoreKeywordCasing Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie s'il faut ignorer les différences de casse des mots clés dans la comparaison des modèles source et cible.

public bool IgnoreKeywordCasing { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreKeywordCasing")]
public bool IgnoreKeywordCasing { get; set; }
member this.IgnoreKeywordCasing : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreKeywordCasing")>]
member this.IgnoreKeywordCasing : bool with get, set
Public Property IgnoreKeywordCasing As Boolean

Valeur de propriété

True pour ignorer les différences de casse des mots clés, sinon, false. La valeur par défaut est true.

Attributs

S’applique à