Share via


DbccStatement.Literals Property

Gets a list of named literals.

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

Syntax

'Declaration
Public ReadOnly Property Literals As IList(Of DbccNamedLiteral)
    Get
'Usage
Dim instance As DbccStatement 
Dim value As IList(Of DbccNamedLiteral)

value = instance.Literals
public IList<DbccNamedLiteral> Literals { get; }
public:
property IList<DbccNamedLiteral^>^ Literals {
    IList<DbccNamedLiteral^>^ get ();
}
member Literals : IList<DbccNamedLiteral>
function get Literals () : IList<DbccNamedLiteral>

Property Value

Type: System.Collections.Generic.IList<DbccNamedLiteral>
A list of named literals.

See Also

Reference

DbccStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace