DatabaseBackedMetadataCatalog.GetLobSystem Method
Gets the external system object 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 DatabaseBackedMetadataCatalog
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 object.
Return Value
Type: Microsoft.BusinessData.MetadataModel.ILobSystem
The external system.
Implements
IMetadataCatalog.GetLobSystem(String)
Remarks
Object instances obtained from an instance of DatabaseBackedMetadataCatalog for a BdcServiceApplicationProxy can only be used with object instances obtained from instances of DatabaseBackedMetadataCatalog for the same BdcServiceApplicationProxy. Using incompatible object instances with each other causes data corruption and other unexpected behavior.
See Also
Reference
DatabaseBackedMetadataCatalog Class