CrawlComponentState 枚举
爬网组件状态为指定的值的CrawlComponent类。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Enumeration CrawlComponentState
用法
Dim instance As CrawlComponentState
public enum CrawlComponentState
成员
成员名称 | 说明 | |
---|---|---|
Uninitialized | 爬网组件未初始化。 | |
Ready | 爬网组件已准备就绪。 | |
Disabled | 爬网组件已禁用。 | |
Remount | 爬网组件重新装入。 | |
Inactive | 爬网组件处于非活动状态。 | |
DisableForRemove | 无法从当前搜索服务器应用程序中删除爬网组件。 |