Resolver Class

Provides IntelliSense features.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.Intellisense.Resolver

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

Syntax

'Declaration
Public MustInherit Class Resolver
'Usage
Dim instance As Resolver
public abstract class Resolver
public ref class Resolver abstract
[<AbstractClassAttribute>]
type Resolver =  class end
public abstract class Resolver

The Resolver type exposes the following members.

Constructors

  Name Description
Protected method Resolver Initializes a new instance of the Resolver class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FindCompletions Returns the completion list at the specified location.
Public methodStatic member FindMethods Gets a list of help text for the method at the specified location.
Public methodStatic member FindPairMatch Finds a token pair match at the specified location.
Public methodStatic member FindRegionObjects Finds all regions in the specified Transact-SQL code.
Public methodStatic member GetBlockInformation Gets a language block at the specified location. This is either the top-level statement or a whole batch of Transact-SQL statements.
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetMethodNameAndParams Gets the method name and parameter delimiters at a specified location in the script.
Public methodStatic member GetQuickInfo Gets the IntelliSense Quick Info data for the code object at the specified location.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.