Метод SearchServiceApplication.GetProperties
Возвращает PropertyInformation для каждого свойства управляется SearchServiceApplication.
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function GetProperties ( _
properties As QueryProperties _
) As PropertyInformation()
'Применение
Dim instance As SearchServiceApplication
Dim properties As QueryProperties
Dim returnValue As PropertyInformation()
returnValue = instance.GetProperties(properties)
public PropertyInformation[] GetProperties(
QueryProperties properties
)
Параметры
properties
Тип: Microsoft.Office.Server.Search.Query.QueryPropertiesСвойства запроса Поиск .
Возвращаемое значение
Тип: []
Массив PropertyInformation.
Замечания
Этот метод возвращает массив PropertyInformation для свойства управляется SearchServiceApplication.
См. также
Справочные материалы
SearchServiceApplication класс
Элементы SearchServiceApplication
Пространство имен Microsoft.Office.Server.Search.Administration