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 네임스페이스