Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the literal type.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Enumeration LiteralType
'Uso
Dim instance As LiteralType
public enum LiteralType
public enum class LiteralType
type LiteralType
public enum LiteralType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom