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