Skip to main content
A newer version of this page is available. .

IConnectionPropertiesPageView Members

If implemented, provides a view for the Specify a Connection String page of the Data Source Wizard.

Properties

Name Description
ConnectionName If implemented, specifies the name of the connection created on a wizard page.
DataConnectionParameters If implemented, specifies the parameters of the current data connection.

Methods

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.

Events

Name Description
Changed Occurs when the item selected in the Provider drop-down list is changed.
See Also