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


Метод SearchServiceApplication.GetQueryClientTypeMappingsByThrottlingTier

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

Синтаксис

'Декларация
Public Function GetQueryClientTypeMappingsByThrottlingTier ( _
    tier As QueryThrottlingTier, _
    owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Применение
Dim instance As SearchServiceApplication
Dim tier As QueryThrottlingTier
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)

returnValue = instance.GetQueryClientTypeMappingsByThrottlingTier(tier, _
    owner)
public List<QueryClientTypeMapping> GetQueryClientTypeMappingsByThrottlingTier(
    QueryThrottlingTier tier,
    SearchObjectOwner owner
)

Параметры

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

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

Реализации

IQueryClientTypeOperations.GetQueryClientTypeMappingsByThrottlingTier(QueryThrottlingTier, SearchObjectOwner)

См. также

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

SearchServiceApplication класс

Элементы SearchServiceApplication

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