다음을 통해 공유


MetadataProviderBase 생성자 (IBuiltInFunctionLookup, ICollationLookup, ISystemDataTypeLookup, IMetadataFactory)

Initializes a new instance of the MetadataProviderBase class that uses the specified IBuiltInFunctionLookup, ICollationLookup, ISystemDataTypeLookup, and IMetadataFactory objects.

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

구문

‘선언
Protected Sub New ( _
    builtInFunctionLookup As IBuiltInFunctionLookup, _
    collationLookup As ICollationLookup, _
    systemDataTypeLookup As ISystemDataTypeLookup, _
    metadataFactory As IMetadataFactory _
)
‘사용 방법
Dim builtInFunctionLookup As IBuiltInFunctionLookup 
Dim collationLookup As ICollationLookup 
Dim systemDataTypeLookup As ISystemDataTypeLookup 
Dim metadataFactory As IMetadataFactory 

Dim instance As New MetadataProviderBase(builtInFunctionLookup, _
    collationLookup, systemDataTypeLookup, _
    metadataFactory)
protected MetadataProviderBase(
    IBuiltInFunctionLookup builtInFunctionLookup,
    ICollationLookup collationLookup,
    ISystemDataTypeLookup systemDataTypeLookup,
    IMetadataFactory metadataFactory
)
protected:
MetadataProviderBase(
    IBuiltInFunctionLookup^ builtInFunctionLookup, 
    ICollationLookup^ collationLookup, 
    ISystemDataTypeLookup^ systemDataTypeLookup, 
    IMetadataFactory^ metadataFactory
)
new : 
        builtInFunctionLookup:IBuiltInFunctionLookup * 
        collationLookup:ICollationLookup * 
        systemDataTypeLookup:ISystemDataTypeLookup * 
        metadataFactory:IMetadataFactory -> MetadataProviderBase
protected function MetadataProviderBase(
    builtInFunctionLookup : IBuiltInFunctionLookup, 
    collationLookup : ICollationLookup, 
    systemDataTypeLookup : ISystemDataTypeLookup, 
    metadataFactory : IMetadataFactory
)

매개 변수

참고 항목

참조

MetadataProviderBase 클래스

MetadataProviderBase 오버로드

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