将 EAP 复制到我的 sql 数据库:使用 C# 插件

Copy EAP to my sql database: using C# Addin

我正在使用我的 sql 企业架构师数据库。 我需要使用 C# 插件将 EAP 复制到 DBMS。 我可以使用 "Project Transfer (File to DBMS)" 通过 EA 完成。但是使用C#插件,我无法传输。

我尝试使用:

Repository.GetProjectInterface().ProjectTransfer(sourcePath,targetPath,logPath);

但是根据 EA 用户指南,这会从 EAP 或 DBMS 转移到 EAP。

如何使用 C# 插件将 EAP 传输到 DBMS?

提前致谢!

我收到了 sparx 系统支持团队的回复:"Unfortunately this is not supported. The ProjectTransfer function only supports transfer to EAP, it intentionally does not allow transfer to DBMS repositories. This can only be done manually."