Compartilhar via


SearchServiceApplicationProxy.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 SearchServiceApplicationProxy
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

Valor retornado

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

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace