什么是单击(评估)模式(SharePoint 2010 服务应用程序)?
我正在为 SharePoint 2010 编写一个服务应用程序。我已在服务类中实现了 Microsoft.SharePoint.Administration.IServiceAdministration。该接口中有一个名为 GetCreateApplicationOptions 的方法,它返回 SPCreateApplicationOptions 枚举。
该枚举具有三个不同的值,例如“None”。 “无”的描述如下:此服务应用程序不是在单击(评估)模式下创建的,也不是在场配置向导中显示/创建的。
我很擅长农场创建向导,但什么是“单击(评估)模式”?周围好像没有任何信息...
I'm writing a service application for SharePoint 2010. I've implemented the Microsoft.SharePoint.Administration.IServiceAdministration in my service class. There's method called GetCreateApplicationOptions in this interface which returns the SPCreateApplicationOptions enumeration.
The enumeration has three distinct values, e.g. "None". The description of "None" reads: This service application is not created in single-click (eval) mode or shown/created in the farm configuration wizard.
I'm good with the farm creation wizard, but what is "single-click (eval) mode"? There seems to be no info around...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,没有太多可用的帮助。但根据描述,听起来像:当您不选择自行安装/配置 SharePoint 场时,单击 (eval) 模式适用。例如,当您想要在 Windows 7 上的同一台计算机上安装所有内容时。当您不处于单击模式时,SharePoint 会在您安装后不久首次运行中央管理时向您显示配置向导。
Yes, there is not a lot of help available. But based on description, it sounds like: Single-Click (eval) mode is applicable when you do NOT choose to install/configure SharePoint Farm yourself. For example, when you want to install everything on same machine on windows 7. And when you are not in single-click mode, SharePoint presents you a config wizard when you run the central admin first time, soon after installation.