言語

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 です。

属性

適用対象