DataSourceSpecializer.DeriveSource(String) Method

Definition

Determines which data source supported by the provider is represented by the given connection string.

public:
 virtual Guid DeriveSource(System::String ^ connectionString);
public virtual Guid DeriveSource (string connectionString);
abstract member DeriveSource : string -> Guid
override this.DeriveSource : string -> Guid
Public Overridable Function DeriveSource (connectionString As String) As Guid

Parameters

connectionString
String

Connection string understood by the DDEX provider.

Returns

Returns a GUID object instance specifying the derived data source for the connection string provided, or Empty if no data source could be determined.

Implements

Applies to