DataSourceSpecializer.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 the provider is represented by the given connection string.
public:
virtual Guid DeriveDataSource(System::String ^ connectionString);
public virtual Guid DeriveDataSource (string connectionString);
abstract member DeriveDataSource : string -> Guid
override this.DeriveDataSource : string -> Guid
Public Overridable Function DeriveDataSource (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.