NumericLiteral.LiteralType Property

 

Applies To: SQL Server 2016 Preview

Represents the type of the literal.

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

Syntax

public override LiteralType LiteralType { get; }
public:
property LiteralType LiteralType {
    virtual LiteralType get() override;
}
override LiteralType : LiteralType with get
Public Overrides ReadOnly Property LiteralType As LiteralType

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType

The type of the literal.

See Also

NumericLiteral Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top