Parser Class
Represents a SQL parser that parses Transact-SQL statements and returns a ParseResult object.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IncrementalParse(String^, ParseResult^) | Incrementally parses the specified Transact-SQL string. |
![]() ![]() | IncrementalParse(String^, ParseResult^, ParseOptions^) | Incrementally parses the specified Transact-SQL string. |
![]() ![]() | IncrementalParse(String^, ParseResult^, ParseOptions^, ParseOptions^%) | Incrementally parses the specified Transact-SQL string. |
![]() ![]() | Parse(String^) | Parses the specified Transact-SQL string using default parser options. |
![]() ![]() | Parse(String^, ParseOptions^) | Parses the specified Transact-SQL string using the specified parser options. |
![]() ![]() | Parse(String^, ParseOptions^, ParseOptions^%) | Parses the specified Transact-SQL string using the specified parser options. |
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:

