Поделиться через


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

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

Синтаксис

'Декларация
Public Function ParseConstantOrIdentifier ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError) _
) As TSqlFragment
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.Data.Schema.ScriptDom.Sql.TSqlFragment

Безопасность платформы .NET Framework

См. также

Ссылки

TSqlParser Класс

ParseConstantOrIdentifier - перегрузка

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен