: ManagedProperty.GetMappedCrawledProperties (Método) (Microsoft.Office.Server.Search.Administration)
Gets the collection of CrawledProperty objects mapped to a managed property.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in 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
A 32-bit integer that indicates the number of CrawledProperty objects to return.
Valor devuelto
A collection of CrawledProperty objects.
Comentarios
For a code sample using the GetMappedCrawledProperties method, see Procedimiento para recuperar las propiedades rastreadas asignadas a una propiedad administrada.
Vea también
Referencia
ManagedProperty (Clase)
ManagedProperty (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)