Compartilhar via


SearchServiceApplicationProxy.GetJudgementsForTuningQuery method

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetJudgementsForTuningQuery ( _
    searchObjectOwner As SearchObjectOwner, _
    QueryId As Integer _
) As List(Of JudgedDocument)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim searchObjectOwner As SearchObjectOwner
Dim QueryId As Integer
Dim returnValue As List(Of JudgedDocument)

returnValue = instance.GetJudgementsForTuningQuery(searchObjectOwner, _
    QueryId)
public List<JudgedDocument> GetJudgementsForTuningQuery(
    SearchObjectOwner searchObjectOwner,
    int QueryId
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.List<JudgedDocument>

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace