SearchPropertyStoreDatabase.EnsureTopologyInConfigDB Method
Ensures that the configuration database has been updated with the contents of the search property database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub EnsureTopologyInConfigDB ( _
ps As PropertyStore _
)
'Usage
Dim instance As SearchPropertyStoreDatabase
Dim ps As PropertyStore
instance.EnsureTopologyInConfigDB(ps)
public void EnsureTopologyInConfigDB(
PropertyStore ps
)
Parameters
ps
Type: Microsoft.Office.Server.Search.Administration.PropertyStoreThe specified property store.
Remarks
This method ensures that the search property database has been provisioned and updated before ensuring that the configuration database has been updated.
See Also
Reference
SearchPropertyStoreDatabase Class