Поделиться через


Метод SearchServiceApplicationProxy.ImportPopularQueries

Пространство имен:  Microsoft.Office.Server.Search.Administration
Сборка:  Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)

Синтаксис

'Декларация
Public Function ImportPopularQueries ( _
    webOwner As SearchObjectOwner, _
    source As SourceRecord, _
    queries As List(Of PopularQuery), _
    ownerVolume As Integer _
) As Integer
'Применение
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
)

Параметры

Возвращаемое значение

Тип: System.Int32

Реализации

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

См. также

Справочные материалы

SearchServiceApplicationProxy класс

Элементы SearchServiceApplicationProxy

Пространство имен Microsoft.Office.Server.Search.Administration