SearchAdminDatabase.EnsureTopologyInConfigDB Method

Ensures that the configuration database has been updated with the contents of the search administration database.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub EnsureTopologyInConfigDB ( _
    ac As AdminComponent _
)
'Usage
Dim instance As SearchAdminDatabase
Dim ac As AdminComponent

instance.EnsureTopologyInConfigDB(ac)
public void EnsureTopologyInConfigDB(
    AdminComponent ac
)

Parameters

Remarks

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

See Also

Reference

SearchAdminDatabase Class

SearchAdminDatabase Members

Microsoft.Office.Server.Search.Administration Namespace