SearchServiceApplication.GetContextValuesForTuningQuery method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetContextValuesForTuningQuery ( _
searchObjectOwner As SearchObjectOwner, _
QueryId As Integer _
) As List(Of TuningQueryContext)
'Uso
Dim instance As SearchServiceApplication
Dim searchObjectOwner As SearchObjectOwner
Dim QueryId As Integer
Dim returnValue As List(Of TuningQueryContext)
returnValue = instance.GetContextValuesForTuningQuery(searchObjectOwner, _
QueryId)
public List<TuningQueryContext> GetContextValuesForTuningQuery(
SearchObjectOwner searchObjectOwner,
int QueryId
)
Parâmetros
- searchObjectOwner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- QueryId
Type: System.Int32
Valor retornado
Type: System.Collections.Generic.List<TuningQueryContext>
Ver também
Referência
SearchServiceApplication class