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