次の方法で共有


IVsDataConnectionDialog.LoadProviderSelections Method

Loads 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 LoadProviderSelections
'使用
Dim instance As IVsDataConnectionDialog

instance.LoadProviderSelections()
void LoadProviderSelections()
void LoadProviderSelections()
function LoadProviderSelections()

Remarks

When the Choose Data Source dialog is showing, it provides a list of data sources and a drop-down list of possible DDEX providers for each data source. This method pre-selects the current provider selected for each data source as stored by calling SaveProviderSelections on a previous instance of the data connection dialog box.

Permissions

See Also

Reference

IVsDataConnectionDialog Interface

IVsDataConnectionDialog Members

Microsoft.VisualStudio.Data.Services Namespace