ISearchSiteAdministrationServiceApplication.GetPopularQueries-Methode
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetPopularQueries ( _
startQuery As Integer, _
batchSize As Integer, _
webOwner As SearchObjectOwner, _
source As SourceRecord, _
timeStamp As DateTime _
) As PopularQueriesExportResults
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
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)
[OperationContractAttribute]
PopularQueriesExportResults GetPopularQueries(
int startQuery,
int batchSize,
SearchObjectOwner webOwner,
SourceRecord source,
DateTime timeStamp
)
Parameter
- startQuery
Typ: System.Int32
- batchSize
Typ: System.Int32
- timeStamp
Typ: System.DateTime
Rückgabewert
Typ: Microsoft.Office.Server.Search.Query.PopularQueriesExportResults
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle