次の方法で共有


IVsDataSourceSpecializer.DeriveSource(String) Method

Definition

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.

Applies to