ISaveConnectionPageView Members
If implemented, provides a view for the Save the Connection String page of the Data Source Wizard.Properties
| Name | Description |
|---|---|
| ConnectionName | If implemented, specifies the name of the created connection. |
| ShouldSaveConnectionString | If implemented, specifies whether to save the connection string to the dedicated storage. |
| ShouldSaveCredentials | If implemented, gets whether to save the user credentials along with the connection string. |
Methods
| Name | Description |
|---|---|
| SetCanSaveToStorage(Boolean) | If implemented, sets whether the connection string can be saved to the dedicated storage. |
| SetConnectionUsesServerAuth(Boolean) | If implemented, sets whether the data connection uses server authentication. |
See Also