TSql100Parser.Parse 方法 (IList<TSqlParserToken>, IList<ParseError>)

此成员重写 TSqlParser.Parse(IList<TSqlParserToken>, IList<ParseError>)

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

.NET Framework 安全性

请参见

参考

TSql100Parser 类

Parse 重载

Microsoft.Data.Schema.ScriptDom.Sql 命名空间