UtilElementType 的 FeatureKey 枚举是什么?Dynamics AX 2009 中是否有等效项?
我从网上下载了一些代码,其中包括 UtilElementType::FeatureKey
枚举。 Dynamics AX 2009 中不存在此功能。
其目的是什么? 更重要的是,我是否需要在代码中包含等效的内容?
I've downloaded some code off the net which includes the UtilElementType::FeatureKey
enumeration. This does not exist in Dynamics AX 2009.
What was its purpose?
More importantly, is there an equivalent I need to include in the code instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UtilElementType::FeatureKey 用于 AX 3.0 及更早版本,但 在 4.0 及更高版本中删除。它是 UtilElementType::SecurityKey 和 UtilElementType::ConfigurationKey 的混合体。
您可以替换其中任何一个或其中一个。
The UtilElementType::FeatureKey was used in AX 3.0 and prior, but removed in 4.0 and later. It was a mix of UtilElementType::SecurityKey and UtilElementType::ConfigurationKey.
You may substitute any or one of these.