Share via


IVsDataConnectionDialog.SelectedProvider Property

Definition

Gets or sets the data provider currently selected in the connection dialog box, using the data provider's GUID.

public:
 property Guid SelectedProvider { Guid get(); void set(Guid value); };
public Guid SelectedProvider { get; set; }
member this.SelectedProvider : Guid with get, set
Public Property SelectedProvider As Guid

Property Value

The Guid of the data provider currently selected in the dialog box.

Exceptions

The value of SelectedSource for the selected provider is an empty GUID, and the specified GUID is not empty.

The GUID specified for the selected provider is not a registered DDEX provider.

Applies to