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 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).