Partager via


ManagedProperty.GetMappedCrawledProperties, méthode (Microsoft.Office.Server.Search.Administration)

Gets the collection of CrawledProperty objects mapped to a managed property.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Function GetMappedCrawledProperties ( _
    resultsCount As Integer _
) As List(Of CrawledProperty)
'Utilisation
Dim instance As ManagedProperty
Dim resultsCount As Integer
Dim returnValue As List(Of CrawledProperty)

returnValue = instance.GetMappedCrawledProperties(resultsCount)
public List<CrawledProperty> GetMappedCrawledProperties (
    int resultsCount
)

Paramètres

  • resultsCount
    A 32-bit integer that indicates the number of CrawledProperty objects to return.

Valeur de retour

A collection of CrawledProperty objects.

Remarques

For a code sample using the GetMappedCrawledProperties method, see Procédure : récupérer les propriétés analysées mappées sur une propriété gérée.

Voir aussi

Référence

ManagedProperty, classe
Membres ManagedProperty
Microsoft.Office.Server.Search.Administration, espace de noms