What Changed
We extended the IConnectionPropertiesPageView
interface with the ShowDataProviders
property.
Reasons for Change
This change allows you to configure the visibility of the drop-down Provider list on a view for the "Specify Connection Properties" page of the Data Source Wizard.
Impact on Existing Apps
The following compiler error occurs if you implemented the IConnectionPropertiesPageView
interface in your application:
"error CS0535: 'CustomConnectionPropertiesPageView' does not implement interface member 'IConnectionPropertiesPageView.ShowDataProviders'".
How to Update Existing Apps
Implement the ShowDataProviders
property to update your application.