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.
Ensures that the configuration database has been updated with the contents of the search crawl database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub EnsureTopologyInConfigDB ( _
cs As CrawlStore _
)
'Usage
Dim instance As SearchGathererDatabase
Dim cs As CrawlStore
instance.EnsureTopologyInConfigDB(cs)
public void EnsureTopologyInConfigDB(
CrawlStore cs
)
Parameters
cs
Type: Microsoft.Office.Server.Search.Administration.CrawlStoreThe crawl store.
Remarks
This method ensures that the search crawl database has been provisioned and updated before ensuring that the configuration database has been updated.