Метод SearchServiceApplicationProxy.GetPopularQueries
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function GetPopularQueries ( _
startQuery As Integer, _
batchSize As Integer, _
webOwner As SearchObjectOwner, _
source As SourceRecord, _
timeStamp As DateTime _
) As PopularQueriesExportResults
'Применение
Dim instance As SearchServiceApplicationProxy
Dim startQuery As Integer
Dim batchSize As Integer
Dim webOwner As SearchObjectOwner
Dim source As SourceRecord
Dim timeStamp As DateTime
Dim returnValue As PopularQueriesExportResults
returnValue = instance.GetPopularQueries(startQuery, _
batchSize, webOwner, source, timeStamp)
public PopularQueriesExportResults GetPopularQueries(
int startQuery,
int batchSize,
SearchObjectOwner webOwner,
SourceRecord source,
DateTime timeStamp
)
Параметры
- startQuery
Тип: System.Int32
- batchSize
Тип: System.Int32
- timeStamp
Тип: System.DateTime
Возвращаемое значение
Тип: Microsoft.Office.Server.Search.Query.PopularQueriesExportResults
Реализации
См. также
Справочные материалы
SearchServiceApplicationProxy класс
Элементы SearchServiceApplicationProxy
Пространство имен Microsoft.Office.Server.Search.Administration