DataSourceManager.GetDataSources Method
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.
Retrieves an array of all the registered data sources.
public:
cli::array <Microsoft::VisualStudio::Data::DataSource ^> ^ GetDataSources();
public Microsoft.VisualStudio.Data.DataSource[] GetDataSources ();
member this.GetDataSources : unit -> Microsoft.VisualStudio.Data.DataSource[]
Public Function GetDataSources () As DataSource()
Returns
Returns an array of data sources.