TSqlParser.ParseConstantOrIdentifier – metoda (TextReader, IList<ParseError>%)
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
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
Parametry
- input
Typ: System.IO.TextReader
- errors
Typ: System.Collections.Generic.IList<ParseError>%
Vrácená hodnota
Typ: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.