IVsDataSourceSpecializer Interface
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 the ability to specialize data provider specific support objects based on settings in a data connection string.
public interface class IVsDataSourceSpecializer
public interface IVsDataSourceSpecializer
type IVsDataSourceSpecializer = interface
Public Interface IVsDataSourceSpecializer
- Derived
Methods
CreateObject(Guid, Type) |
Creates an instance of the specified DDEX support entity that is implemented by the DDEX provider for a specific DDEX data source. |
DeriveSource(String) |
Derives a DDEX data source, when possible, from a DDEX provider-specific data connection string. |
GetAssembly(Guid, String) |
Resolves a provider-specific assembly string to its corresponding Assembly representation, for a specific DDEX data source. |
GetType(Guid, String) |
Resolves a provider-specific type name to its corresponding Type representation, for a specific DDEX data source. |