Freigeben über


LinksStoresRefactoring.RefactorLinksStores-Methode

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
)

Parameter

  • oldStores
    Typ: []
  • newStores
    Typ: []

Siehe auch

Referenz

LinksStoresRefactoring Klasse

LinksStoresRefactoring-Member

Microsoft.Office.Server.Search.Administration-Namespace