IVsDataProvider.DeriveSource(String) 메서드

정의

대상 데이터 원본에 대한 정보가 제공된 DDEX 공급자가 지원하는 DDEX 데이터 원본을 파생합니다.

public:
 Guid DeriveSource(System::String ^ connectionString);
public Guid DeriveSource (string connectionString);
abstract member DeriveSource : string -> Guid
Public Function DeriveSource (connectionString As String) As Guid

매개 변수

connectionString
String

대상 데이터 원본에 대한 정보를 포함하는 데이터 연결 문자열.

반환

DDEX 공급자가 지원하는 파생 DDEX 데이터 원본이거나 Empty 데이터 원본을 파생할 수 없는 경우 입니다.

적용 대상