Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the external system with the given name.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetLobSystem ( _
name As String _
) As ILobSystem
'Usage
Dim instance As IMetadataCatalog
Dim name As String
Dim returnValue As ILobSystem
returnValue = instance.GetLobSystem(name)
ILobSystem GetLobSystem(
string name
)
Parameters
name
Type: System.StringThe name of the external system. Names are case sensitive.
Return Value
Type: Microsoft.BusinessData.MetadataModel.ILobSystem
The external system.