ManagedProperty.GetMappedCrawledProperties - Méthode
Obtient la collection d'objets CrawledProperty mappées sur une propriété gérée.
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
Type : System.Int32Entier 32 bits qui indique le nombre d'objets CrawledProperty à retourner.
Valeur renvoyée
Type : System.Collections.Generic.List<CrawledProperty>
Collection d'objets de CrawledProperty .
Remarques
Pour obtenir un exemple de code à l'aide de la méthode GetMappedCrawledProperties , reportez-vous à la section How to: Retrieve the Crawled Properties Mapped to a Managed Property.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms