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
- newSearchTopologyId
Type: System.Guid
- oldStores
Type: []
- newStores
Type: []