TSqlParser.GetTokenStream Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetTokenStream(TextReader, IList<ParseError>) |
Parses the input into a Token Stream. |
GetTokenStream(TextReader, IList<ParseError>, Int32, Int32, Int32) |
Parses the input into a Token Stream. |
Parses the input into a Token Stream.
C#
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParserToken> GetTokenStream(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors);
member this.GetTokenStream : System.IO.TextReader * IList -> System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParserToken>
Public Function GetTokenStream (input As TextReader, ByRef errors As IList(Of ParseError)) As IList(Of TSqlParserToken)
Parameters
- input
- TextReader
The input.
- errors
- IList<ParseError>
The collection of errors.
Returns
Applies to
Microsoft.SQLServer.DacFx 161 والإصدارات الأخرى
منتج | الإصدارات |
---|---|
Microsoft.SQLServer.DacFx | 140.3881.1, 150.18208.0, 160.2004021.0, 161.6374.0, 161 |
Parses the input into a Token Stream.
C#
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParserToken> GetTokenStream(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors, int startOffset, int startLine, int startColumn);
member this.GetTokenStream : System.IO.TextReader * IList * int * int * int -> System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParserToken>
Public Function GetTokenStream (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As IList(Of TSqlParserToken)
Parameters
- input
- TextReader
The input.
- errors
- IList<ParseError>
The collection of errors.
- startOffset
- Int32
The start offset.
- startLine
- Int32
The start line.
- startColumn
- Int32
The start column.
Returns
Applies to
Microsoft.SQLServer.DacFx 161 والإصدارات الأخرى
منتج | الإصدارات |
---|---|
Microsoft.SQLServer.DacFx | 140.3881.1, 150.18208.0, 160.2004021.0, 161.6374.0, 161 |