次の方法で共有


SqlDeploymentOptions.IgnoreKeywordCasing プロパティ

ソース モデルとターゲット モデルを比較する際の考慮の対象から、キーワードの大文字と小文字の違いを除外するかどうかを指定するブール値を取得または設定します。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property IgnoreKeywordCasing As Boolean 
    Get
'使用
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.IgnoreKeywordCasing
public bool IgnoreKeywordCasing { get; }
public:
property bool IgnoreKeywordCasing {
    bool get ();
}
member IgnoreKeywordCasing : bool
function get IgnoreKeywordCasing () : boolean

プロパティ値

型: System.Boolean
キーワードの大文字と小文字の違いを無視する場合は true、それ以外の場合は false。既定値は true です。

関連項目

参照

SqlDeploymentOptions クラス

Microsoft.SqlServer.Dac.Deployment 名前空間