LinksStoresRefactoring.RefactorLinksStores - Méthode
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub RefactorLinksStores ( _
ssa As SearchServiceApplication, _
newSearchTopologyId As Guid, _
oldStores As LinksStore(), _
newStores As LinksStore() _
)
'Utilisation
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
)
Paramètres
- newSearchTopologyId
Type : System.Guid
- oldStores
Type : []
- newStores
Type : []
Voir aussi
Référence
LinksStoresRefactoring - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms