다음을 통해 공유


IVsDataConnectionDialog.SaveProviderSelections Method

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

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

Syntax

‘선언
Sub SaveProviderSelections
void SaveProviderSelections()
void SaveProviderSelections()
abstract SaveProviderSelections : unit -> unit 
function SaveProviderSelections()

Remarks

When the Choose Data Source dialog box is showing, it provides a list of data sources and a drop-down list of possible DDEX providers for each data source. This method persists the current DDEX provider selected for each data source. You can later restore this information for subsequent instances of the Add Connection dialog box by using the LoadProviderSelections method.

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace