DataSourceManager.GetDataSource(Guid) 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 a data source with the specified GUID.
public:
Microsoft::VisualStudio::Data::DataSource ^ GetDataSource(Guid source);
public Microsoft.VisualStudio.Data.DataSource GetDataSource (Guid source);
member this.GetDataSource : Guid -> Microsoft.VisualStudio.Data.DataSource
Public Function GetDataSource (source As Guid) As DataSource
Parameters
- source
- Guid
A DDEX data source GUID.
Returns
Returns a DataSource object instance with the specified GUID.