Literal.LiteralType Property

Gets or sets the literal type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property LiteralType As LiteralType 
    Get
'Usage
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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType
The literal type.

See Also

Reference

Literal Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace