Share via


MetadataProviderBase 클래스

Provides the abstract base class for the metadata provider object.

상속 계층

System.Object
  Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataProviderBase

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public MustInherit Class MetadataProviderBase _
    Implements IMetadataProvider
‘사용 방법
Dim instance As MetadataProviderBase
public abstract class MetadataProviderBase : IMetadataProvider
public ref class MetadataProviderBase abstract : IMetadataProvider
[<AbstractClassAttribute>]
type MetadataProviderBase =  
    class 
        interface IMetadataProvider 
    end
public abstract class MetadataProviderBase implements IMetadataProvider

MetadataProviderBase 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 MetadataProviderBase() Initializes a new instance of the MetadataProviderBase class that uses default IBuiltInFunctionLookup, ISystemDataTypeLookup, ICollationLookup, and IMetadataFactory objects.
보호된 메서드 MetadataProviderBase(IBuiltInFunctionLookup, ICollationLookup, ISystemDataTypeLookup, IMetadataFactory) Initializes a new instance of the MetadataProviderBase class that uses the specified IBuiltInFunctionLookup, ICollationLookup, ISystemDataTypeLookup, and IMetadataFactory objects.

맨 위로 이동

속성

  이름 설명
공용 속성 AfterBindHandler Gets the method that will handle the AfterBind event.
공용 속성 BeforeBindHandler Gets the method that will handle the BeforeBind event.
공용 속성 BuiltInFunctionLookup Gets an IBuiltInFunctionLookup object that can be used to look up built-in functions and global variables.
공용 속성 CollationLookup Gets an ICollationLookup object that can be used to look up system collations.
공용 속성 MetadataFactory Gets an IMetadataFactory object that can be used to create metadata objects.
공용 속성 Server Gets an IServer object that can be used to access server-side metadata objects such as databases, schemas, tables, and so on.
공용 속성 SystemDataTypeLookup Gets an ISystemDataTypeLookup object that can be used to look up and retrieve system data types.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스