AdminComponent.RequestMove Method
Moves the Search administration component to a specified Search service application.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub RequestMove ( _
serviceInstance As SearchServiceInstance, _
indexLocation As String _
)
'Usage
Dim instance As AdminComponent
Dim serviceInstance As SearchServiceInstance
Dim indexLocation As String
instance.RequestMove(serviceInstance, _
indexLocation)
public void RequestMove(
SearchServiceInstance serviceInstance,
string indexLocation
)
Parameters
serviceInstance
Type: Microsoft.Office.Server.Search.Administration.SearchServiceInstanceThe new host for the current Search administration component.AdminComponent.
indexLocation
Type: System.StringThe index partition location.
Remarks
This method issues a request to move the current Search administration component to the specified Search service application, and updates the Search administration database with the settings for the new Search service application.