Метод SearchServiceApplication.GetManagedProperties (String, Int32, SearchObjectOwner)
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function GetManagedProperties ( _
filterString As String, _
includeMappedCrawledPropertiesNum As Integer, _
owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
'Применение
Dim instance As SearchServiceApplication
Dim filterString As String
Dim includeMappedCrawledPropertiesNum As Integer
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection
returnValue = instance.GetManagedProperties(filterString, _
includeMappedCrawledPropertiesNum, _
owner)
public ManagedPropertyInfoCollection GetManagedProperties(
string filterString,
int includeMappedCrawledPropertiesNum,
SearchObjectOwner owner
)
Параметры
- filterString
Тип: System.String
- includeMappedCrawledPropertiesNum
Тип: System.Int32
Возвращаемое значение
Тип: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection
Реализации
ISchemaOperations.GetManagedProperties(String, Int32, SearchObjectOwner)
См. также
Справочные материалы
SearchServiceApplication класс
Элементы SearchServiceApplication
Перегрузка GetManagedProperties
Пространство имен Microsoft.Office.Server.Search.Administration