Freigeben über


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

Elemente

Elementname Beschreibung
Lowercase The Casing is Lowercase.
PascalCase The Casing is PascalCase.
Uppercase The Casing is Uppercase.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace