Метод SearchServiceApplicationProxy.GetMappedCrawledProperties
GetMappedCrawledProperties(ManagedPropertyInfo, SearchObjectOwner)
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function GetMappedCrawledProperties ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Применение
Dim instance As SearchServiceApplicationProxy
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)
returnValue = instance.GetMappedCrawledProperties(managedProperty, _
owner)
public List<CrawledPropertyInfo> GetMappedCrawledProperties(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Параметры
- managedProperty
Тип: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Возвращаемое значение
Тип: System.Collections.Generic.List<CrawledPropertyInfo>
Реализации
ISchemaOperations.GetMappedCrawledProperties(ManagedPropertyInfo, SearchObjectOwner)
См. также
Справочные материалы
SearchServiceApplicationProxy класс
Элементы SearchServiceApplicationProxy
Пространство имен Microsoft.Office.Server.Search.Administration