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
ac
Type: AdminComponentThe administration component.
Remarks
This method ensures that the search administration database has been provisioned and updated before ensuring that the configuration database has been updated.