LiteralType (Enumeración)
Especifica el tipo literal.
Espacio de nombres: Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado: Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxis
'Declaración
Public Enumeration LiteralType
public enum LiteralType
public enum class LiteralType
type LiteralType
public enum LiteralType
Miembros
Nombre de miembro | Descripción | |
---|---|---|
Integer | El tipo es Integer | |
Real | El tipo es Real | |
Money | El tipo es Money | |
Binary | El tipo es Binary | |
AsciiStringLiteral | El tipo es AsciiStringLiteral | |
UnicodeStringLiteral | El tipo es UnicodeStringLiteral | |
Null | El tipo es Null | |
Variable | El tipo es Variable | |
Default | El tipo es Default | |
Max | El tipo es Max | |
OdbcTimeAsciiStringLiteral | El tipo es OdbcTimeAsciiStringLiteral | |
OdbcTimeUnicodeStringLiteral | El tipo es OdbcTimeUnicodeStringLiteral | |
OdbcDateAsciiStringLiteral | El tipo es OdbcDateAsciiStringLiteral | |
OdbcDateUnicodeStringLiteral | El tipo es OdbcDateUnicodeStringLiteral | |
OdbcTimestampAsciiStringLiteral | ||
OdbcTimestampUnicodeStringLiteral | ||
OdbcGuidAsciiStringLiteral | ||
OdbcGuidUnicodeStringLiteral |