Resolver Class
Provides IntelliSense features.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Name | Description | |
---|---|---|
![]() | Resolver() | Initializes a new instance of the Resolver class. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() ![]() | FindBreakPointInformation(ParseResult, Int32, Int32) | Gets a language block at the specified location. |
![]() ![]() | FindCompletions(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider) | Returns the completion list at the specified location. |
![]() ![]() | FindMethods(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider) | Gets a list of help text for the method at the specified location. |
![]() ![]() | FindPairMatch(ParseResult, Int32, Int32) | Finds a token pair match at the specified location. |
![]() ![]() | FindRegionObjects(ParseResult) | Finds all regions in the specified Transact-SQL code. |
![]() ![]() | GetBlockInformation(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. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() ![]() | GetMethodNameAndParams(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider) | Gets the method name and parameter delimiters at a specified location in the script. |
![]() ![]() | GetQuickInfo(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider) | Gets the IntelliSense Quick Info data for the code object at the specified location. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.