TSql100Parser.Parse Method (IList<TSqlParserToken>, IList<ParseError>)

This member overrides TSqlParser.Parse(IList<TSqlParserToken>, IList<ParseError>).

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Overrides Function Parse ( _
    tokens As IList(Of TSqlParserToken), _
    errors As IList(Of ParseError) _
) As TSqlFragment
public override TSqlFragment Parse(
    IList<TSqlParserToken> tokens,
    IList<ParseError> errors
)
public:
virtual TSqlFragment^ Parse(
    IList<TSqlParserToken^>^ tokens, 
    IList<ParseError^>^ errors
) override
abstract Parse : 
        tokens:IList<TSqlParserToken> * 
        errors:IList<ParseError> -> TSqlFragment 
override Parse : 
        tokens:IList<TSqlParserToken> * 
        errors:IList<ParseError> -> TSqlFragment 
public override function Parse(
    tokens : IList<TSqlParserToken>, 
    errors : IList<ParseError>
) : TSqlFragment

Parameters

Return Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

.NET Framework Security

See Also

Reference

TSql100Parser Class

Parse Overload

Microsoft.Data.Schema.ScriptDom.Sql Namespace