ソース モデルとターゲット モデルを比較する際の考慮の対象から、キーワードの大文字と小文字の違いを除外するかどうかを指定するブール値を取得または設定します。
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)
構文
'宣言
Public Property IgnoreKeywordCasing As Boolean
Get
Set
'使用
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.IgnoreKeywordCasing
instance.IgnoreKeywordCasing = value
public bool IgnoreKeywordCasing { get; set; }
public:
property bool IgnoreKeywordCasing {
bool get ();
void set (bool value);
}
member IgnoreKeywordCasing : bool with get, set
function get IgnoreKeywordCasing () : boolean
function set IgnoreKeywordCasing (value : boolean)
プロパティ値
型: System.Boolean
キーワードの大文字と小文字の違いを無視する場合は true、それ以外の場合は false。既定値は true です。