Resolver 클래스
Provides IntelliSense features.
상속 계층
System.Object
Microsoft.SqlServer.Management.SqlParser.Intellisense.Resolver
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Intellisense
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public MustInherit Class Resolver
‘사용 방법
Dim instance As Resolver
public abstract class Resolver
public ref class Resolver abstract
[<AbstractClassAttribute>]
type Resolver = class end
public abstract class Resolver
Resolver 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
Resolver | Initializes a new instance of the Resolver class. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
FindBreakPointInformation | Gets a language block at the specified location. | |
FindCompletions | Returns the completion list at the specified location. | |
FindMethods | Gets a list of help text for the method at the specified location. | |
FindPairMatch | Finds a token pair match at the specified location. | |
FindRegionObjects | Finds all regions in the specified Transact-SQL code. | |
GetBlockInformation | Gets a language block at the specified location. This is either the top-level statement or a whole batch of Transact-SQL statements. | |
GetHashCode | (Object에서 상속됨) | |
GetMethodNameAndParams | Gets the method name and parameter delimiters at a specified location in the script. | |
GetQuickInfo | Gets the IntelliSense Quick Info data for the code object at the specified location. | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
참고 항목
참조
Microsoft.SqlServer.Management.SqlParser.Intellisense 네임스페이스