del método ManagedProperty.GetMappedCrawledProperties
Obtiene la colección de objetos de CrawledProperty asignados a una propiedad administrada.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
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
Tipo: System.Int32Un entero de 32 bits que indica el número de objetos de CrawledProperty a devolver.
Valor devuelto
Tipo: System.Collections.Generic.List<CrawledProperty>
Una colección de objetos CrawledProperty .
Comentarios
Para obtener un ejemplo de código utilizando el método GetMappedCrawledProperties , consulte How to: Retrieve the Crawled Properties Mapped to a Managed Property.
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration