IVsDataConnectionDialog.SelectedProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.