Метод SearchServiceApplicationProxy.GetDynamicFeaturesForQDoc
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function GetDynamicFeaturesForQDoc ( _
searchObjectOwner As SearchObjectOwner, _
QueryId As Integer, _
DocId As Integer _
) As Dictionary(Of Integer, Double)
'Применение
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
)
Параметры
- searchObjectOwner
Тип: Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- QueryId
Тип: System.Int32
- DocId
Тип: System.Int32
Возвращаемое значение
Тип: System.Collections.Generic.Dictionary<Int32, Double>
См. также
Справочные материалы
SearchServiceApplicationProxy класс
Элементы SearchServiceApplicationProxy
Пространство имен Microsoft.Office.Server.Search.Administration