Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在删除与 SDK 具有依赖关系的实体的属性时遇到了麻烦。要删除我需要的属性:
对于上述计划或示例代码的任何建议,我将不胜感激。到目前为止,我在 msdn 上找不到示例。
因此,似乎是在RetrieveDependenciesForDeleteRequest告诉您必须先删除关系,然后才能删除该属性;而你正在这样做。
RetrieveDependenciesForDeleteRequest
我希望这是一个查找属性? 它在实体表单中是否可见?
只要实体表单依赖于它,您就无法删除该属性。