RemoteSharedFileBackedMetadataCatalog constructor

Initializes a new instance of the class.

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

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New RemoteSharedFileBackedMetadataCatalog()
public RemoteSharedFileBackedMetadataCatalog()

Remarks

The instance created by this constructor provides access to all metadata available in the BCS cache. For a composite, this may mean that the returned metadata has no relationship to the composite. Therefore, this constructor is only recommended for general purpose maintenance applications.

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: Determine the Type of the Parameter That a Filter is associated with

See also

Reference

RemoteSharedFileBackedMetadataCatalog class

RemoteSharedFileBackedMetadataCatalog members

RemoteSharedFileBackedMetadataCatalog overload

Microsoft.Office.BusinessData.MetadataModel namespace