Compartilhar via


SearchServiceApplicationProxy.GetJudgementsForQuery method

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

Syntax

'Declaração
Public Function GetJudgementsForQuery ( _
    searchObjectOwner As SearchObjectOwner, _
    query As String _
) As List(Of JudgedDocument)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim searchObjectOwner As SearchObjectOwner
Dim query As String
Dim returnValue As List(Of JudgedDocument)

returnValue = instance.GetJudgementsForQuery(searchObjectOwner, _
    query)
public List<JudgedDocument> GetJudgementsForQuery(
    SearchObjectOwner searchObjectOwner,
    string query
)

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