Freigeben über


SearchServiceApplicationProxy.ImportPopularQueries-Methode

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function ImportPopularQueries ( _
    webOwner As SearchObjectOwner, _
    source As SourceRecord, _
    queries As List(Of PopularQuery), _
    ownerVolume As Integer _
) As Integer
'Usage
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
)

Parameter

Rückgabewert

Typ: System.Int32

Implementiert

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

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace