ParseUtils Class

Provides helper methods to retrieve information from the parsing results.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class ParseUtils
'Usage
public static class ParseUtils
public ref class ParseUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ParseUtils =  class end
public final class ParseUtils

The ParseUtils type exposes the following members.

Methods

  Name Description
Public methodStatic member RetrieveModuleDefinition Retrieves the module definition information from the Transact-SQL statement.
Public methodStatic member RetrieveTriggerDefinition Retrieves the trigger information from the Transact-SQL statement.
Public methodStatic member RetrieveViewDefinition Retrieves the view definition information from the Transact-SQL statement.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.