ParseUtils Class
Provides helper methods to retrieve information from the parsing results.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RetrieveModuleDefinition(String^, ParseOptions^) | Retrieves the module definition information from the Transact-SQL statement. |
![]() ![]() | RetrieveTriggerDefinition(String^, ParseOptions^) | Retrieves the trigger information from the Transact-SQL statement. |
![]() ![]() | RetrieveViewDefinition(String^, ParseOptions^) | Retrieves the view definition information from the Transact-SQL statement. |
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:

