Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the scope compilation state values.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration ScopeCompilationState
'Usage
Dim instance As ScopeCompilationState
public enum ScopeCompilationState
Members
| Member name | Description | |
|---|---|---|
| Empty | The scope is empty. | |
| Invalid | The scope compilation is invalid. | |
| QueryExpanded | The scope query needs to be expanded. | |
| NeedsCompile | The scope needs to be compiled. | |
| Compiled | The scope is compiled. | |
| NeedsRecompile | The scope needs to be recompiled. |