Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the literal type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration LiteralType
'Usage
Dim instance As LiteralType
public enum LiteralType
public enum class LiteralType
type LiteralType
public enum LiteralType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Binary | The type is Binary. | |
| Default | The Type is Default. | |
| Identifier | The type is Identifier. | |
| Integer | The type is Integer. | |
| Max | The type is Max. | |
| Money | The type is Money. | |
| Null | The type is Null. | |
| Numeric | The type is Numeric. | |
| Odbc | The type is Odbc. | |
| Real | The type is Real. | |
| String | The type is String. |