SearchGathererDatabase.EnsureTopologyInConfigDB Method
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.