SearchServiceApplication.StartScopesCompilation Method
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 SearchServiceApplication
instance.StartScopesCompilation()
public void StartScopesCompilation()
Implements
ISearchSiteAdministrationServiceApplication.StartScopesCompilation()
Remarks
The user must have administration permission for the SearchServiceApplication to start the Search scope compilation.
See Also
Reference
SearchServiceApplication Class