DacDeployOptions.IgnoreKeywordCasing Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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