IConnectionPropertiesPageView Methods
If implemented, provides a view for the Specify a Connection String page of the Data Source Wizard.| Name | Description |
|---|---|
| InitControls() | If implemented, initializes controls of the current wizard page. |
| SelectProvider(String) | If implemented, changes the item selected in the Provider drop-down list. |
| SetConnections(IEnumerable<String>) | If implemented, changes the list of existing connections on a wizard page. |
See Also