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