IVsDataConnectionDialog.AddAllSources Method
Adds all registered data sources for display in the Choose/Change Data Source dialog box.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Sub AddAllSources
void AddAllSources()
void AddAllSources()
abstract AddAllSources : unit -> unit
function AddAllSources()
Remarks
This method allows you to avoid manually enumerating all the data sources from the data source manager and all data providers associated with each data source.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.