TSqlParser.GetTokenStream 메서드 (TextReader, IList<ParseError>%)

Returns a list of parser tokens and a list of errors by using the provided text reader.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Function GetTokenStream ( _
    input As TextReader, _
    <OutAttribute> ByRef 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,
    out IList<ParseError> errors
)
public:
IList<TSqlParserToken^>^ GetTokenStream(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors
)
member GetTokenStream : 
        input:TextReader * 
        errors:IList<ParseError> byref -> IList<TSqlParserToken> 
public function GetTokenStream(
    input : TextReader, 
    errors : IList<ParseError>
) : IList<TSqlParserToken>

매개 변수

반환 값

유형: System.Collections.Generic.IList<TSqlParserToken>
A list of parser tokens.

참고 항목

참조

TSqlParser 클래스

GetTokenStream 오버로드

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스