SearchServiceApplication.GetStaticFeaturesForDoc method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetStaticFeaturesForDoc ( _
searchObjectOwner As SearchObjectOwner, _
DocId As Integer _
) As Dictionary(Of Integer, Double)
'Uso
Dim instance As SearchServiceApplication
Dim searchObjectOwner As SearchObjectOwner
Dim DocId As Integer
Dim returnValue As Dictionary(Of Integer, Double)
returnValue = instance.GetStaticFeaturesForDoc(searchObjectOwner, _
DocId)
public Dictionary<int, double> GetStaticFeaturesForDoc(
SearchObjectOwner searchObjectOwner,
int DocId
)
Parâmetros
searchObjectOwner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerO proprietário da hierarquia do site de pesquisa.
DocId
Type: System.Int32A ID do documento.
Valor retornado
Type: System.Collections.Generic.Dictionary<Int32, Double>
Ver também
Referência
SearchServiceApplication class