RemoteSharedFileBackedMetadataCatalog class

Implements the IMetadataCatalog interface that works with offline solutions for Microsoft Business Connectivity Services (BCS).

Inheritance hierarchy

System.Object
  Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog

Namespace:  Microsoft.Office.BusinessData.MetadataModel
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Public Class RemoteSharedFileBackedMetadataCatalog _
    Implements IMetadataCatalog, IDisposable
'Usage
Dim instance As RemoteSharedFileBackedMetadataCatalog
public class RemoteSharedFileBackedMetadataCatalog : IMetadataCatalog, 
    IDisposable

Remarks

RemoteSharedFileBackedMetadataCatalog provides access to BDC metadata that is deployed to Microsoft Office 2010 via taking external lists offline to Outlook or SharePoint Workspace, or that is installed as part of a Composite. It obtains the metadata from BCS host process (BCSSync.exe). If the host process is terminated, the metadata obtained from this metadata catalog will be invalid. The events provided in this class allow applications to know about the status of the connection and when the connection is lost applications should discard existing metadata and obtain new copies.

Object instances obtained from an instance of RemoteSharedFileBackedMetadataCatalog can only be used with object instances obtained from the same instance of RemoteSharedFileBackedMetadataCatalog. Using incompatible object instances with each other causes data corruption and other unexpected behavior.

Examples

Code Snippet: Get the RemoteSharedFileBackedMetadataCatalog on the Client

Code Snippet: Determine the Type of the Parameter That a Filter is associated with

Code Snippet: Enumerate External Content Types in the Client Cache

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

RemoteSharedFileBackedMetadataCatalog members

Microsoft.Office.BusinessData.MetadataModel namespace