Defines the scope compilation schedule types.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration ScopesCompilationScheduleType
'Usage
Dim instance As ScopesCompilationScheduleType
public enum ScopesCompilationScheduleType
Members
| Member name | Description | |
|---|---|---|
| None | Scope compilation only occurs when the Scopes() method of the Scopes class is called. | |
| Automatic | Scope compilation occurs automatically on a self-adjusting schedule. | |
| Custom | Scope compilation occurs based on the schedule specified by the administrator. |