IVsDataSourceSpecializer.DeriveSource(String) 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.
Derives a DDEX data source, when possible, from a DDEX provider-specific data connection string.
public:
Guid DeriveSource(System::String ^ connectionString);
public Guid DeriveSource (string connectionString);
abstract member DeriveSource : string -> Guid
Public Function DeriveSource (connectionString As String) As Guid
Parameters
- connectionString
- String
A DDEX provider-specific data connection string that defines a target data source.
Returns
A valid, registered DDEX data source identifier that was determined to represent the type of the target data source identified by the connection string.
Exceptions
The connectionString
parameter is null.