次の方法で共有


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

属性

適用対象