Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the literal type.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Enumeration LiteralType
'Utilisation
Dim instance As LiteralType
public enum LiteralType
public enum class LiteralType
type LiteralType
public enum LiteralType
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |