Свойство DbccStatement.Literals

Gets a list of named literals.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Literals As IList(Of DbccNamedLiteral)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<DbccNamedLiteral>
A list of named literals.

См. также

Справочник

DbccStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom