If I have an IConnectionProfile, is there any way I can discern what plug-in provided the "enablement" implementation? That is, how can I tie a particular connection model back to the plug-in extension that produced it?
I would like to determine the plug-in because different plug-ins can treat the same database differently. For example, the DTP-provided Sybase enablement plug-in's model supplies the database's catalogs and schemas; while a third-party enablement plug-in may supply only the database's schemas.