Compartilhar via


LinksStoresRefactoring.RefactorLinksStores method

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

Syntax

'Declaração
Public Sub RefactorLinksStores ( _
    ssa As SearchServiceApplication, _
    newSearchTopologyId As Guid, _
    oldStores As LinksStore(), _
    newStores As LinksStore() _
)
'Uso
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
)

Parâmetros

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

Ver também

Referência

LinksStoresRefactoring class

LinksStoresRefactoring members

Microsoft.Office.Server.Search.Administration namespace