SearchServiceApplicationProxy.ImportPopularQueries - 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 Function ImportPopularQueries ( _
webOwner As SearchObjectOwner, _
source As SourceRecord, _
queries As List(Of PopularQuery), _
ownerVolume As Integer _
) As Integer
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim webOwner As SearchObjectOwner
Dim source As SourceRecord
Dim queries As List(Of PopularQuery)
Dim ownerVolume As Integer
Dim returnValue As Integer
returnValue = instance.ImportPopularQueries(webOwner, _
source, queries, ownerVolume)
public int ImportPopularQueries(
SearchObjectOwner webOwner,
SourceRecord source,
List<PopularQuery> queries,
int ownerVolume
)
Paramètres
- webOwner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- queries
Type : System.Collections.Generic.List<PopularQuery>
- ownerVolume
Type : System.Int32
Valeur renvoyée
Type : System.Int32
Implémentations
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms