IAdministrableSystem Interface
Enables custom BDC connectors to report configurable connection properties that can be modified by the administrator.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface IAdministrableSystem
'Usage
Dim instance As IAdministrableSystem
public interface IAdministrableSystem
Remarks
When implemented by the custom BDC connector this interface can report properties that will be displayed in configuration interfaces, such as the BDC administration user interface in the SharePoint Central Administration. This interface needs to be implemented by the same class that implements ISystemUtility.
Examples
Code Snippet: Implementing a Custom Connector