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.
Starts the Search scope compilation.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub StartScopesCompilation
'Usage
Dim instance As SearchServiceApplicationProxy
instance.StartScopesCompilation()
public void StartScopesCompilation()
Implements
ISearchSiteAdministrationServiceApplication.StartScopesCompilation()
Exceptions
| Exception | Condition |
|---|---|
| Exception | An error occurred during application execution. |
Remarks
The user must have administrative permissions for the SearchServiceApplicationProxy to start the Search scope compilation.
See Also
Reference
SearchServiceApplicationProxy Class