IMetadataProvider 인터페이스
Defines methods and properties that can be used to access server metadata objects or create metadata objects.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Interface IMetadataProvider
‘사용 방법
Dim instance As IMetadataProvider
public interface IMetadataProvider
public interface class IMetadataProvider
type IMetadataProvider = interface end
public interface IMetadataProvider
IMetadataProvider 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
AfterBindHandler | Gets the MetadataProviderEventHandler object that will handle the AfterBind event. | |
BeforeBindHandler | Gets the MetadataProviderEventHandler object that will handle the BeforeBind event. | |
BuiltInFunctionLookup | Gets an IBuiltInFunctionLookup object that can be used to look up built-in functions and system functions that start with @@. | |
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 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. |
맨 위로 이동
참고 항목
참조
Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스