Share via


IVsDataProvider.DeriveSource(String) Method

Definition

Derives a DDEX data source that is supported by the DDEX provider, given information about a target data source.

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 data connection string that contains information about a target data source.

Returns

The derived DDEX data source that is supported by the DDEX provider, or Empty if no data source can be derived.

Applies to