TSqlParser.ParseScalarDataType – 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 ParseScalarDataType ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError) _
) As DataType
public DataType ParseScalarDataType(
TextReader input,
out IList<ParseError> errors
)
public:
DataType^ ParseScalarDataType(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors
)
member ParseScalarDataType :
input:TextReader *
errors:IList<ParseError> byref -> DataType
public function ParseScalarDataType(
input : TextReader,
errors : IList<ParseError>
) : DataType
Parametry
- input
Typ: System.IO.TextReader
- errors
Typ: System.Collections.Generic.IList<ParseError>%
Vrácená hodnota
Typ: Microsoft.Data.Schema.ScriptDom.Sql.DataType
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.