次の方法で共有


SqlScriptGeneratorOptions.KeywordCasing プロパティ

スクリプトの生成時に使用するキーワードの大文字と小文字の設定オプションを取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property KeywordCasing As KeywordCasing 
    Get 
    Set
'使用
Dim instance As SqlScriptGeneratorOptions 
Dim value As KeywordCasing 

value = instance.KeywordCasing

instance.KeywordCasing = value
public KeywordCasing KeywordCasing { get; set; }
public:
property KeywordCasing KeywordCasing {
    KeywordCasing get ();
    void set (KeywordCasing value);
}
member KeywordCasing : KeywordCasing with get, set
function get KeywordCasing () : KeywordCasing 
function set KeywordCasing (value : KeywordCasing)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.KeywordCasing
スクリプトの生成時に使用するキーワードの大文字と小文字の設定オプション。

関連項目

参照

SqlScriptGeneratorOptions クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間