LinksStoresRefactoring.RefactorLinksStores method

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

Syntax

'Declaration
Public Sub RefactorLinksStores ( _
    ssa As SearchServiceApplication, _
    newSearchTopologyId As Guid, _
    oldStores As LinksStore(), _
    newStores As LinksStore() _
)
'Usage
Dim instance As LinksStoresRefactoring
Dim ssa As SearchServiceApplication
Dim newSearchTopologyId As Guid
Dim oldStores As LinksStore()
Dim newStores As LinksStore()

instance.RefactorLinksStores(ssa, newSearchTopologyId, _
    oldStores, newStores)
public void RefactorLinksStores(
    SearchServiceApplication ssa,
    Guid newSearchTopologyId,
    LinksStore[] oldStores,
    LinksStore[] newStores
)

Parameters

  • oldStores
    Type: []
  • newStores
    Type: []

See also

Reference

LinksStoresRefactoring class

LinksStoresRefactoring members

Microsoft.Office.Server.Search.Administration namespace