UtilElementType 的 FeatureKey 枚举是什么?Dynamics AX 2009 中是否有等效项?

发布于 2024-11-09 12:01:53 字数 135 浏览 0 评论 0原文

我从网上下载了一些代码,其中包括 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

゛清羽墨安 2024-11-16 12:01:53

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文