Метод ManagedProperty.GetMappedCrawledProperties
Возвращает коллекцию объектов CrawledProperty , сопоставленные управляемому свойству.
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function GetMappedCrawledProperties ( _
resultsCount As Integer _
) As List(Of CrawledProperty)
'Применение
Dim instance As ManagedProperty
Dim resultsCount As Integer
Dim returnValue As List(Of CrawledProperty)
returnValue = instance.GetMappedCrawledProperties(resultsCount)
public List<CrawledProperty> GetMappedCrawledProperties(
int resultsCount
)
Параметры
resultsCount
Тип: System.Int3232-разрядное целое число, указывающее число объектов CrawledProperty для возврата.
Возвращаемое значение
Тип: System.Collections.Generic.List<CrawledProperty>
Коллекция объектов CrawledProperty .
Замечания
Пример кода, с помощью метода GetMappedCrawledPropertiesHow to: Retrieve the Crawled Properties Mapped to a Managed Propertyсм.
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Administration