IConnectionManager Interface
Represents an interface for managing connections to an external data system.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface IConnectionManager
'Usage
Dim instance As IConnectionManager
public interface IConnectionManager
Remarks
Business Data Connectivity (BDC) service associates an initialized connection manager with every external system instance loaded in its runtime. BDC provides its own connection manager only if you do not specify your own connection manager.
Examples
Code Snippet: Implementing a Custom Connector