SearchServiceApplicationProxy.GetPopularQueries - Méthode
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetPopularQueries ( _
startQuery As Integer, _
batchSize As Integer, _
webOwner As SearchObjectOwner, _
source As SourceRecord, _
timeStamp As DateTime _
) As PopularQueriesExportResults
'Utilisation
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
)
Paramètres
- startQuery
Type : System.Int32
- batchSize
Type : System.Int32
- webOwner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- timeStamp
Type : System.DateTime
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Query.PopularQueriesExportResults
Implémentations
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms