DbccStatement.Literals Property

 

Applies To: SQL Server 2016 Preview

Gets a list of named literals.

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

Syntax

public IList<DbccNamedLiteral> Literals { get; }
public:
property IList<DbccNamedLiteral^>^ Literals {
    IList<DbccNamedLiteral^>^ get();
}
member Literals : IList<DbccNamedLiteral> with get
Public ReadOnly Property Literals As IList(Of DbccNamedLiteral)

Property Value

Type: System.Collections.Generic.IList<DbccNamedLiteral>

A list of named literals.

See Also

DbccStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top