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 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: Microsoft.Office.Server.Search.Administration.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.