RealLiteral.LiteralType 属性

Gets the type of the literal.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Overrides ReadOnly Property LiteralType As LiteralType 
    Get
用法
Dim instance As RealLiteral 
Dim value As LiteralType 

value = instance.LiteralType
public override LiteralType LiteralType { get; }
public:
virtual property LiteralType LiteralType {
    LiteralType get () override;
}
abstract LiteralType : LiteralType 
override LiteralType : LiteralType
override function get LiteralType () : LiteralType

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType
The type of the literal.

请参阅

参考

RealLiteral 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间