IVsDataSourceSpecializer 接口

定义

表示能够根据数据连接字符串中的设置专门化特定于数据提供程序的支持对象。

public interface class IVsDataSourceSpecializer
public interface IVsDataSourceSpecializer
type IVsDataSourceSpecializer = interface
Public Interface IVsDataSourceSpecializer
派生

方法

CreateObject(Guid, Type)

创建由特定 DDEX 数据源的 DDEX 提供程序实现的指定 DDEX 支持实体的实例。

DeriveSource(String)

尽可能从特定于 DDEX 提供程序的数据连接字符串派生 DDEX 数据源。

GetAssembly(Guid, String)

针对特定 DDEX 数据源,将提供程序特定的程序集字符串解析为其对应的 Assembly 表示形式。

GetType(Guid, String)

针对特定 DDEX 数据源,将提供程序特定的类型名称解析为其对应的 Type 表示形式。

适用于