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


Метод SearchServiceApplicationProxy.GetAllCrawledProperties

GetAllCrawledProperties(String, String, Int32, SearchObjectOwner)

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

Синтаксис

'Декларация
Public Function GetAllCrawledProperties ( _
    filterString As String, _
    categoryName As String, _
    numManagedPropertyMapping As Integer, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Применение
Dim instance As SearchServiceApplicationProxy
Dim filterString As String
Dim categoryName As String
Dim numManagedPropertyMapping As Integer
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.GetAllCrawledProperties(filterString, _
    categoryName, numManagedPropertyMapping, _
    owner)
public List<CrawledPropertyInfo> GetAllCrawledProperties(
    string filterString,
    string categoryName,
    int numManagedPropertyMapping,
    SearchObjectOwner owner
)

Параметры

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

Тип: System.Collections.Generic.List<CrawledPropertyInfo>

Реализации

ISchemaOperations.GetAllCrawledProperties(String, String, Int32, SearchObjectOwner)

См. также

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

SearchServiceApplicationProxy класс

Элементы SearchServiceApplicationProxy

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