Share via


DataConnectionDialog.SaveProviderSelections Method

Saves information about which DDEX provider is selected by default for each data source.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public MustOverride Sub SaveProviderSelections
public abstract void SaveProviderSelections()
public:
virtual void SaveProviderSelections() abstract
abstract SaveProviderSelections : unit -> unit
public abstract function SaveProviderSelections()

Remarks

When the Data Source dialog box is showing, it provides a list of data sources and a dropdown of possible DDEX providers for each data source. This method persists the current DDEX provider selected for each data source. This information can be restored later for subsequent instances of the Data Connection dialog box using the LoadProviderSelections method.

.NET Framework Security

See Also

Reference

DataConnectionDialog Class

Microsoft.VisualStudio.Data Namespace