Parser Class

 

Represents a SQL parser that parses Transact-SQL statements and returns a ParseResult object.

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

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

public ref class Parser abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIncrementalParse(String^, ParseResult^)

Incrementally parses the specified Transact-SQL string.

System_CAPS_pubmethodSystem_CAPS_staticIncrementalParse(String^, ParseResult^, ParseOptions^)

Incrementally parses the specified Transact-SQL string.

System_CAPS_pubmethodSystem_CAPS_staticIncrementalParse(String^, ParseResult^, ParseOptions^, ParseOptions^%)

Incrementally parses the specified Transact-SQL string.

System_CAPS_pubmethodSystem_CAPS_staticParse(String^)

Parses the specified Transact-SQL string using default parser options.

System_CAPS_pubmethodSystem_CAPS_staticParse(String^, ParseOptions^)

Parses the specified Transact-SQL string using the specified parser options.

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

Return to top
Show: