ILobSystemInstance.CurrentConnection Property
Gets the current connection to this external system instance.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property CurrentConnection As Object
Get
'Usage
Dim instance As ILobSystemInstance
Dim value As Object
value = instance.CurrentConnection
Object CurrentConnection { get; }
Property Value
Type: System.Object
The current connection object. If there are no connections for this external system instance, this property returns a null reference (Nothing in Visual Basic).