I've been trying to programmatically create an SSIS package that has a MySQL Data Source for some time now and have been running into an issue figuring out how to get the appropriate ComponentClassID and ConnectionManager type to set for the source ConnectionManager. Does anyone know the correct way to set the CompoentClassID for a MySQL Source using the .NET version of the MySQL connector?
Thanks!