RemoteSharedFileBackedMetadataCatalog.GetLobSystem method

Gets the external system with the specified name.

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

Syntax

'Declaration
Public Function GetLobSystem ( _
    name As String _
) As ILobSystem
'Usage
Dim instance As RemoteSharedFileBackedMetadataCatalog
Dim name As String
Dim returnValue As ILobSystem

returnValue = instance.GetLobSystem(name)
public ILobSystem GetLobSystem(
    string name
)

Parameters

Return value

Type: Microsoft.BusinessData.MetadataModel.ILobSystem
The external system.

Implements

IMetadataCatalog.GetLobSystem(String)

Remarks

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.

See also

Reference

RemoteSharedFileBackedMetadataCatalog class

RemoteSharedFileBackedMetadataCatalog members

Microsoft.Office.BusinessData.MetadataModel namespace