Share via


DacDeployOptions.IgnoreKeywordCasing Property

Definition

Get or set boolean that specifies whether to exclude difference in the casing of keywords from consideration when comparing the source and target model.

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

Property Value

True to ignore differences in the casing of keywords; otherwise, false. Default is true.

Attributes

Applies to