Share via


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

Remarks

This method ensures that the search crawl database has been provisioned and updated before ensuring that the configuration database has been updated.

See Also

Reference

SearchGathererDatabase Class

SearchGathererDatabase Members

Microsoft.Office.Server.Search.Administration Namespace