DbccStatement.Literals (Propiedad)

Obtiene una lista de literales con nombre.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property Literals As IList(Of DbccNamedLiteral)
    Get
public IList<DbccNamedLiteral> Literals { get; }
public:
property IList<DbccNamedLiteral^>^ Literals {
    IList<DbccNamedLiteral^>^ get ();
}
member Literals : IList<DbccNamedLiteral>
function get Literals () : IList<DbccNamedLiteral>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

DbccStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)