Literal.LiteralType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the literal type.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType

The literal type.

See Also

Literal Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top