Delen via


KeywordCasing Enumeration

Represents the possible ways of casing SQL keywords.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration KeywordCasing
'Usage
Dim instance As KeywordCasing
public enum KeywordCasing
public enum class KeywordCasing
type KeywordCasing
public enum KeywordCasing

Members

Member name Description
Lowercase The Casing is Lowercase.
PascalCase The Casing is PascalCase.
Uppercase The Casing is Uppercase.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace