FileBackedMetadataCatalog.GetLobSystem method
Gets the external system with the specified name.
Namespace: Microsoft.Office.BusinessData.MetadataModel
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.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
name
Type: System.StringThe name of the external system.
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