Compartilhar via


SearchServiceApplicationProxy.AddSingleJudgementForQuery method

Adiciona um critério único de relevância para o servidor de banco de dados back-end.

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

Syntax

'Declaração
Public Function AddSingleJudgementForQuery ( _
    searchObjectOwner As SearchObjectOwner, _
    userQuery As String, _
    Url As String, _
    LabelId As Short _
) As Integer
'Uso
Dim instance As SearchServiceApplicationProxy
Dim searchObjectOwner As SearchObjectOwner
Dim userQuery As String
Dim Url As String
Dim LabelId As Short
Dim returnValue As Integer

returnValue = instance.AddSingleJudgementForQuery(searchObjectOwner, _
    userQuery, Url, LabelId)
public int AddSingleJudgementForQuery(
    SearchObjectOwner searchObjectOwner,
    string userQuery,
    string Url,
    short LabelId
)

Parâmetros

Valor retornado

Type: System.Int32

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace