BdcServiceApplicationProxy.GetDatabaseBackedMetadataCatalog Method
This method has been deprecated. Use the BdcService.GetDatabaseBackedMetadataCatalog(SPServiceContext) method instead.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetDatabaseBackedMetadataCatalog As DatabaseBackedMetadataCatalog
'Usage
Dim instance As BdcServiceApplicationProxy
Dim returnValue As DatabaseBackedMetadataCatalog
returnValue = instance.GetDatabaseBackedMetadataCatalog()
public DatabaseBackedMetadataCatalog GetDatabaseBackedMetadataCatalog()
Return Value
Type: Microsoft.SharePoint.BusinessData.MetadataModel.DatabaseBackedMetadataCatalog
This method has been deprecated. Use the BdcService.GetDatabaseBackedMetadataCatalog(SPServiceContext) method instead.
See Also
Reference
BdcServiceApplicationProxy Class