TSql90Parser.Parse Method (IList(Of TSqlParserToken), IList(Of ParseError))
SQL Server 2012
Returns a script fragment by using the provided tokens and errors.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Overrides Function Parse ( _ tokens As IList(Of TSqlParserToken), _ <OutAttribute> ByRef errors As IList(Of ParseError) _ ) As TSqlFragment 'Usage Dim instance As TSql90Parser Dim tokens As IList(Of TSqlParserToken) Dim errors As IList(Of ParseError) Dim returnValue As TSqlFragment returnValue = instance.Parse(tokens, errors)
Parameters
- tokens
- Type: System.Collections.Generic.IList(Of TSqlParserToken)
List of parser tokens.
- errors
- Type: System.Collections.Generic.IList(Of ParseError)
The parse errors.
