Compartir a través de


del método SearchServiceApplicationProxy.AddSingleJudgementForQuery

Agrega un fallo único de relevancia para el servidor de base de datos back-end.

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Int32

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration