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
)

参数

返回值

类型:Microsoft.Office.Server.Search.Query.PopularQueriesExportResults

实现

ISearchSiteAdministrationServiceApplication.GetPopularQueries(Int32, Int32, SearchObjectOwner, SourceRecord, DateTime)

另请参阅

引用

SearchServiceApplicationProxy 类

SearchServiceApplicationProxy 成员

Microsoft.Office.Server.Search.Administration 命名空间