DataConnectionDialog.LoadProviderSelections-Methode

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

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

Syntax

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

Hinweise

Wenn das Auswählensdatenquellendialogfeld anzeigt, wird eine Liste von Datenquellen und eine Dropdownschaltfläche 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

DataConnectionDialog Klasse

Microsoft.VisualStudio.Data-Namespace