Specifies the literal type.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration LiteralType
用法
Dim instance As LiteralType
public enum LiteralType
public enum class LiteralType
type LiteralType
public enum LiteralType
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |