Share via


DbccStatement.Literals Property

Gets a list of named literals.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Literals As IList(Of DbccNamedLiteral)
'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 ();
}
public function get Literals () : IList<DbccNamedLiteral>

Property Value

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

.NET Framework Security

See Also

Reference

DbccStatement Class

DbccStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace