DataProvider.DeriveDataSource(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.
Determines which data source supported by this DDEX provider is represented by the given connection string.
public:
abstract Guid DeriveDataSource(System::String ^ connectionString);
public abstract Guid DeriveDataSource (string connectionString);
abstract member DeriveDataSource : string -> Guid
Public MustOverride Function DeriveDataSource (connectionString As String) As Guid
Parameters
- connectionString
- String
A connection string recognized by this DDEX provider.
Returns
Returns the DDEX data source GUID that this connection string represents, or returns Guid.Empty if no data source can be derived.