Поделиться через


Метод ISchemaOperations.GetMappedCrawledProperties

Получение всех сопоставленных свойств для обхода управляемому свойству.

Пространство имен:  Microsoft.Office.Server.Search.Administration
Сборка:  Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)

Синтаксис

'Декларация
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetMappedCrawledProperties ( _
    managedProperty As ManagedPropertyInfo, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Применение
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.GetMappedCrawledProperties(managedProperty, _
    owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<CrawledPropertyInfo> GetMappedCrawledProperties(
    ManagedPropertyInfo managedProperty,
    SearchObjectOwner owner
)

Параметры

Возвращаемое значение

Тип: System.Collections.Generic.List<CrawledPropertyInfo>
Коллекция свойств для обхода.

См. также

Справочные материалы

ISchemaOperations интерфейс

Элементы ISchemaOperations

Пространство имен Microsoft.Office.Server.Search.Administration