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 命名空間