Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |