Partager via


SearchServiceApplication.ImportPopularQueries - Méthode

Importe une liste de requêtes populaires pour la donnée SearchObjectOwner.

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 SearchServiceApplication
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

  • ownerVolume
    Type : System.Int32

    Le nombre de requêtes à importer. Si cette valeur est définie sur 0, toutes les requêtes précédemment importés sont effacées.

Valeur renvoyée

Type : System.Int32
Le nombre total de requêtes qui ont été importées.

Implémentations

ISearchSiteAdministrationServiceApplication.ImportPopularQueries(SearchObjectOwner, SourceRecord, List<PopularQuery>, Int32)

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms