Enumeração LiteralType

Especifica o tipo de literal.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Enumeration LiteralType
public enum LiteralType
public enum class LiteralType
type LiteralType
public enum LiteralType

Membros

Nome do membro Descrição
Integer É de tipo inteiro
Real Tipo é Real
Money Tipo é dinheiro
Binary Tipo é binário
AsciiStringLiteral Tipo é AsciiStringLiteral
UnicodeStringLiteral Tipo é UnicodeStringLiteral
Null Tipo é nulo
Variable É de tipo de variável
Default Tipo é o padrão
Max Tipo é Max
OdbcTimeAsciiStringLiteral Tipo é OdbcTimeAsciiStringLiteral
OdbcTimeUnicodeStringLiteral Tipo é OdbcTimeUnicodeStringLiteral
OdbcDateAsciiStringLiteral Tipo é OdbcDateAsciiStringLiteral
OdbcDateUnicodeStringLiteral Tipo é OdbcDateUnicodeStringLiteral
OdbcTimestampAsciiStringLiteral
OdbcTimestampUnicodeStringLiteral
OdbcGuidAsciiStringLiteral
OdbcGuidUnicodeStringLiteral

Consulte também

Referência

Namespace Microsoft.Data.Schema.ScriptDom.Sql