次の方法で共有


KeywordCasing 列挙体

SQL キーワードの大文字と小文字の設定方法を表します。

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

構文

'宣言
Public Enumeration KeywordCasing
'使用
Dim instance As KeywordCasing
public enum KeywordCasing
public enum class KeywordCasing
type KeywordCasing
public enum KeywordCasing

メンバー

メンバー名 説明
Lowercase 大文字と小文字の設定は Lowercase です。
PascalCase 大文字と小文字の設定は PascalCase です。
Uppercase 大文字と小文字の設定は Uppercase です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間