ILobSystem.GetLobSystemInstances Method

Gets the instances of this external system.

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

Syntax

'Declaration
Function GetLobSystemInstances As INamedLobSystemInstanceDictionary
'Usage
Dim instance As ILobSystem
Dim returnValue As INamedLobSystemInstanceDictionary

returnValue = instance.GetLobSystemInstances()
INamedLobSystemInstanceDictionary GetLobSystemInstances()

Return Value

Type: Microsoft.BusinessData.MetadataModel.Collections.INamedLobSystemInstanceDictionary

The collection of external system instances.

Examples

Code Snippet: Get the DatabaseBackedMetadataCatalog on the Server

Code Snippet: Execute a Finder Method Instance of an External Content Type

Code Snippet: Execute the AssociationNavigator Method Instance of an External Content Type for an Association Without a Foreign Key

Code Snippet: Execute the Associator and Disassociator Method Instances of an External Content Type

Code Snippet: Execute the BulkAssociationNavigator Method Instance of an External Content Type

See Also

Reference

ILobSystem Interface

ILobSystem Members

Microsoft.BusinessData.MetadataModel Namespace