IVsDataConnectionDialog.SelectedSource 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 a GUID value indicating the current selected data source.
public:
property Guid SelectedSource { Guid get(); void set(Guid value); };
public Guid SelectedSource { get; set; }
member this.SelectedSource : Guid with get, set
Public Property SelectedSource As Guid
Property Value
Returns a Guid object reflecting the current data source.
Exceptions
The GUID specified for the selected provider is not a registered DDEX provider.