MetadataProviderBase 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| MetadataProviderBase() | |
| MetadataProviderBase(IBuiltInFunctionLookup, ICollationLookup, ISystemDataTypeLookup, IMetadataFactory) |
MetadataProviderBase()
protected MetadataProviderBase();
Protected Sub New ()
適用於
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)
參數
- builtInFunctionLookup
- IBuiltInFunctionLookup
- collationLookup
- ICollationLookup
- systemDataTypeLookup
- ISystemDataTypeLookup
- metadataFactory
- IMetadataFactory