共用方式為


LiteralType 列舉

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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間