MetadataProviderBase Constructors

Definition

Overloads

MetadataProviderBase()
MetadataProviderBase(IBuiltInFunctionLookup, ICollationLookup, ISystemDataTypeLookup, IMetadataFactory)

MetadataProviderBase()

protected MetadataProviderBase ();
Protected Sub New ()

Applies to

MetadataProviderBase(IBuiltInFunctionLookup, ICollationLookup, ISystemDataTypeLookup, IMetadataFactory)

protected MetadataProviderBase (Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IBuiltInFunctionLookup builtInFunctionLookup, Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ICollationLookup collationLookup, Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ISystemDataTypeLookup systemDataTypeLookup, Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataFactory metadataFactory);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataProviderBase : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IBuiltInFunctionLookup * Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ICollationLookup * Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ISystemDataTypeLookup * Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataFactory -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataProviderBase
Protected Sub New (builtInFunctionLookup As IBuiltInFunctionLookup, collationLookup As ICollationLookup, systemDataTypeLookup As ISystemDataTypeLookup, metadataFactory As IMetadataFactory)

Parameters

builtInFunctionLookup
IBuiltInFunctionLookup
collationLookup
ICollationLookup
systemDataTypeLookup
ISystemDataTypeLookup
metadataFactory
IMetadataFactory

Applies to