Freigeben über


IVsDataConnectionDialog.LoadProviderSelections-Methode

Lädt Informationen darüber, welche DDEX-Anbieter standardmäßig für jede Datenquelle ausgewählt wird.

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

Syntax

'Declaration
Sub LoadProviderSelections
void LoadProviderSelections()
void LoadProviderSelections()
abstract LoadProviderSelections : unit -> unit
function LoadProviderSelections()

Hinweise

Wenn das Dialogfeld Datenquelle auswählen anzeigt, wird eine Liste von Datenquellen und von Dropdownliste möglicher DDEX-Anbietern für jede Datenquelle. Diese Methode wählt den aktuellen Anbieter aus, der für jede Datenquelle ausgewählt wird, wie gespeichert, indem sie SaveProviderSelections auf einer vorherigen Instanz des Datenverbindungsdialogfelds aufruft.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataConnectionDialog Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace