SearchServiceApplication.GetStaticFeaturesForDoc - Méthode
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetStaticFeaturesForDoc ( _
searchObjectOwner As SearchObjectOwner, _
DocId As Integer _
) As Dictionary(Of Integer, Double)
'Utilisation
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
)
Paramètres
searchObjectOwner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerLe propriétaire de la hiérarchie de site de recherche.
DocId
Type : System.Int32ID du document.
Valeur renvoyée
Type : System.Collections.Generic.Dictionary<Int32, Double>
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms