Метод SearchServiceApplication.GetQueryRuleGroupsBatched
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function GetQueryRuleGroupsBatched ( _
queryRuleGroupFilter As SearchObjectFilter, _
batchSize As Integer, _
start As Integer, _
<OutAttribute> ByRef totalRuleGroups As Integer _
) As QueryRuleGroupCollection
'Применение
Dim instance As SearchServiceApplication
Dim queryRuleGroupFilter As SearchObjectFilter
Dim batchSize As Integer
Dim start As Integer
Dim totalRuleGroups As Integer
Dim returnValue As QueryRuleGroupCollection
returnValue = instance.GetQueryRuleGroupsBatched(queryRuleGroupFilter, _
batchSize, start, totalRuleGroups)
public QueryRuleGroupCollection GetQueryRuleGroupsBatched(
SearchObjectFilter queryRuleGroupFilter,
int batchSize,
int start,
out int totalRuleGroups
)
Параметры
- queryRuleGroupFilter
Тип: Microsoft.Office.Server.Search.Administration.SearchObjectFilter
- batchSize
Тип: System.Int32
- start
Тип: System.Int32
- totalRuleGroups
Тип: System.Int32
Возвращаемое значение
Тип: Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroupCollection
Реализации
IQueryRuleOperations.GetQueryRuleGroupsBatched(SearchObjectFilter, Int32, Int32, Int32)
См. также
Справочные материалы
SearchServiceApplication класс
Элементы SearchServiceApplication
Пространство имен Microsoft.Office.Server.Search.Administration