Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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. |