ManagedProperty.GetMappedCrawledProperties method
Obtém a coleção de objetos CrawledProperty mapeado para uma propriedade gerenciada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetMappedCrawledProperties ( _
resultsCount As Integer _
) As List(Of CrawledProperty)
'Uso
Dim instance As ManagedProperty
Dim resultsCount As Integer
Dim returnValue As List(Of CrawledProperty)
returnValue = instance.GetMappedCrawledProperties(resultsCount)
public List<CrawledProperty> GetMappedCrawledProperties(
int resultsCount
)
Parâmetros
resultsCount
Type: System.Int32Um inteiro de 32 bits que indica o número de objetos CrawledProperty para retornar.
Valor retornado
Type: System.Collections.Generic.List<CrawledProperty>
Uma coleção de objetos CrawledProperty .
Comentários
Para um exemplo de código usando o método GetMappedCrawledProperties , consulte How to: Retrieve the Crawled Properties Mapped to a Managed Property.