Compartilhar via


Propriedade do RDL DbccStatement.Literals

Gets a list of named literals.

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

Sintaxe

'Declaração
Public ReadOnly Property Literals As IList(Of DbccNamedLiteral)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

DbccStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom