Resolver Class

 

Provides IntelliSense features.

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

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

public ref class Resolver abstract 

NameDescription
System_CAPS_protmethodResolver()

Initializes a new instance of the Resolver class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFindBreakPointInformation(ParseResult^, Int32, Int32)

Gets a language block at the specified location.

System_CAPS_pubmethodSystem_CAPS_staticFindCompletions(ParseResult^, Int32, Int32, IMetadataDisplayInfoProvider^)

Returns the completion list at the specified location.

System_CAPS_pubmethodSystem_CAPS_staticFindMethods(ParseResult^, Int32, Int32, IMetadataDisplayInfoProvider^)

Gets a list of help text for the method at the specified location.

System_CAPS_pubmethodSystem_CAPS_staticFindPairMatch(ParseResult^, Int32, Int32)

Finds a token pair match at the specified location.

System_CAPS_pubmethodSystem_CAPS_staticFindRegionObjects(ParseResult^)

Finds all regions in the specified Transact-SQL code.

System_CAPS_pubmethodSystem_CAPS_staticGetBlockInformation(ParseResult^, Int32, Int32)

Gets a language block at the specified location. This is either the top-level statement or a whole batch of Transact-SQL statements.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetMethodNameAndParams(ParseResult^, Int32, Int32, IMetadataDisplayInfoProvider^)

Gets the method name and parameter delimiters at a specified location in the script.

System_CAPS_pubmethodSystem_CAPS_staticGetQuickInfo(ParseResult^, Int32, Int32, IMetadataDisplayInfoProvider^)

Gets the IntelliSense Quick Info data for the code object at the specified location.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: