Scanner Class
Scans Transact-SQL searching for individual units of code or tokens.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Scanner(ParseOptions^) | Initializes a new instance of the Scanner class using the specified parser options. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetNext(Int32%, Int32%, Int32%, Boolean%, Boolean%) | Returns the next token, internal Lexer state, start position, and end position. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetSource(String^, Int32) | Sets the source text to be scanned. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

