DacDeployOptions.IgnoreKeywordCasing Свойство

Определение

Возвращает или задает логическое значение, указывающее, следует ли учитывать регистр ключевых слов при сравнении исходной и целевой моделей.

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

Значение свойства

Значение true, чтобы не учитывать различия регистра в ключевых словах; в противном случае — значение false. Значение по умолчанию — true.

Атрибуты

Применяется к