Share via


FileBackedMetadataCatalog.GetLobSystem method

Gets the external system with the specified name.

Namespace:  Microsoft.SharePoint.BusinessData.MetadataModel
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetLobSystem ( _
    name As String _
) As ILobSystem
'Usage
Dim instance As FileBackedMetadataCatalog
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 FileBackedMetadataCatalog can only be used with object instances obtained from the same instance of FileBackedMetadataCatalog. Using incompatible object instances with each other causes data corruption and other unexpected behavior.

See also

Reference

FileBackedMetadataCatalog class

FileBackedMetadataCatalog members

Microsoft.SharePoint.BusinessData.MetadataModel namespace