IntegerLiteral.LiteralType Property

Represents the type of the literal.

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

Syntax

'Declaration
Public Overrides ReadOnly Property LiteralType As LiteralType 
    Get
'Usage
Dim instance As IntegerLiteral 
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

Property Value

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

See Also

Reference

IntegerLiteral Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace