TSqlParser.GetTokenStream メソッド (TextReader, IList<ParseError>)

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Function GetTokenStream ( _
    input As TextReader, _
    errors As IList(Of ParseError) _
) As IList(Of TSqlParserToken)
'使用
Dim instance As TSqlParser
Dim input As TextReader
Dim errors As IList(Of ParseError)
Dim returnValue As IList(Of TSqlParserToken)

returnValue = instance.GetTokenStream(input, _
    errors)
public IList<TSqlParserToken> GetTokenStream(
    TextReader input,
    IList<ParseError> errors
)
public:
IList<TSqlParserToken^>^ GetTokenStream(
    TextReader^ input, 
    IList<ParseError^>^ errors
)
public function GetTokenStream(
    input : TextReader, 
    errors : IList<ParseError>
) : IList<TSqlParserToken>

パラメータ

戻り値

型 : System.Collections.Generic.IList<TSqlParserToken>

参照

参照

TSqlParser クラス

TSqlParser メンバ

GetTokenStream オーバーロード

Microsoft.Data.Schema.ScriptDom.Sql 名前空間