DacDeployOptions.IgnoreKeywordCasing Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere la differenza tra maiuscole e minuscole nelle parole chiave da considerare durante il confronto del modello di origine e di destinazione.

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

Valore della proprietà

True per ignorare le differenze tra maiuscole e minuscole delle parole chiave; in caso contrario, false. Il valore predefinito è vero.

Attributi

Si applica a