DataSourceSpecializer Class
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.
Represents an ability to specialize the behavior of a DDEX provider based on the data source to which it is connected.
public ref class DataSourceSpecializer abstract
public abstract class DataSourceSpecializer
type DataSourceSpecializer = class
Public MustInherit Class DataSourceSpecializer
- Inheritance
-
DataSourceSpecializer
Constructors
DataSourceSpecializer() |
Class constructor. Creates a new instance of the DataSourceSpecializer class. |
Methods
CreateObject(Guid, Type) |
Creates a DDEX-provider implemented object of the given type that is specialized for the specified data source. |
DeriveDataSource(String) |
Determines which data source supported by the provider is represented by the given connection string. |
GetAssembly(Guid, String) |
Locates an assembly given an assembly string and data source guid. |
GetType(Guid, String) |
Retrieves a type definition given a type name and data source guid. |