KeywordCasing 枚举

Represents the possible ways of casing SQL keywords.

命名空间:  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 The Casing is Lowercase.
PascalCase The Casing is PascalCase.
Uppercase The Casing is Uppercase.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间