Метод TSqlParser.ParseConstantOrIdentifier (TextReader, IList<ParseError>%)

Returns a constant or identifier and a list of errors by using the provided text reader.

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

Синтаксис

'Декларация
Public Function ParseConstantOrIdentifier ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError) _
) As TSqlFragment
'Применение
Dim instance As TSqlParser 
Dim input As TextReader 
Dim errors As IList(Of ParseError)
Dim returnValue As TSqlFragment 

returnValue = instance.ParseConstantOrIdentifier(input, _
    errors)
public TSqlFragment ParseConstantOrIdentifier(
    TextReader input,
    out IList<ParseError> errors
)
public:
TSqlFragment^ ParseConstantOrIdentifier(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors
)
member ParseConstantOrIdentifier : 
        input:TextReader * 
        errors:IList<ParseError> byref -> TSqlFragment
public function ParseConstantOrIdentifier(
    input : TextReader, 
    errors : IList<ParseError>
) : TSqlFragment

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
A constant or identifier.

См. также

Справочник

TSqlParser Класс

Перегрузка ParseConstantOrIdentifier

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