SqlScriptGeneratorOptions.KeywordCasing プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property KeywordCasing As KeywordCasing
'使用
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);
}
public function get KeywordCasing () : KeywordCasing
public function set KeywordCasing (value : KeywordCasing)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.KeywordCasing

参照

参照

SqlScriptGeneratorOptions クラス

SqlScriptGeneratorOptions メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間