ParseUtils Class

 

Provides helper methods to retrieve information from the parsing results.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Parser
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

System::Object
  Microsoft.SqlServer.Management.SqlParser.Parser::ParseUtils

public ref class ParseUtils abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRetrieveModuleDefinition(String^, ParseOptions^)

Retrieves the module definition information from the Transact-SQL statement.

System_CAPS_pubmethodSystem_CAPS_staticRetrieveTriggerDefinition(String^, ParseOptions^)

Retrieves the trigger information from the Transact-SQL statement.

System_CAPS_pubmethodSystem_CAPS_staticRetrieveViewDefinition(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.

Return to top
Show: