IExecutionInfo.LobSystemInstance Property

Gets the external system instance on which methods are to be executed.

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

Syntax

'Declaration
ReadOnly Property LobSystemInstance As ILobSystemInstance
    Get
'Usage
Dim instance As IExecutionInfo
Dim value As ILobSystemInstance

value = instance.LobSystemInstance
ILobSystemInstance LobSystemInstance { get; }

Property Value

Type: Microsoft.BusinessData.MetadataModel.ILobSystemInstance
The external system instance.

See Also

Reference

IExecutionInfo Interface

IExecutionInfo Members

Microsoft.BusinessData.Runtime Namespace