Defines the scope compilation schedule types.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Enumeration ScopesCompilationScheduleType
用法
Dim instance As ScopesCompilationScheduleType
public enum ScopesCompilationScheduleType
成员
| 成员名称 | 说明 | |
|---|---|---|
| Automatic | Scope compilation occurs automatically on a self-adjusting schedule. | |
| Custom | Scope compilation occurs based on the schedule specified by the administrator. | |
| None | Scope compilation only occurs when the Scopes method of the Scopes class is called. |