Literal.LiteralType 属性
Gets or sets the literal type.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public MustOverride ReadOnly Property LiteralType As LiteralType
Get
用法
Dim instance As Literal
Dim value As LiteralType
value = instance.LiteralType
public abstract LiteralType LiteralType { get; }
public:
virtual property LiteralType LiteralType {
LiteralType get () abstract;
}
abstract LiteralType : LiteralType
abstract function get LiteralType () : LiteralType
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType
The literal type.