IVsDataConnectionDialog.AddSources Method
Enumerates all registered data sources and their associated data providers, and conditionally adds source/provider combinations to the Add Connection dialog box.
Overload List
Name | Description | |
---|---|---|
AddSources(Guid) | Enumerates through all registered data sources and associated data providers, and adds those that have a matching provider technology. | |
AddSources(DataConnectionDialogFilterCallback) | Enumerates all registered data sources and their associated data providers, and conditionally adds source/provider combinations to the Choose/Change Data Source dialog box, depending on logic in the supplied callback. |
Top
See Also
Reference
IVsDataConnectionDialog Interface