SearchServiceApplicationProxy.GetQueryRuleGroupsBatched method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetQueryRuleGroupsBatched ( _
queryRuleGroupFilter As SearchObjectFilter, _
batchSize As Integer, _
start As Integer, _
<OutAttribute> ByRef totalRuleGroups As Integer _
) As QueryRuleGroupCollection
'Uso
Dim instance As SearchServiceApplicationProxy
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
)
Parâmetros
- queryRuleGroupFilter
Type: Microsoft.Office.Server.Search.Administration.SearchObjectFilter
- batchSize
Type: System.Int32
- start
Type: System.Int32
- totalRuleGroups
Type: System.Int32
Valor retornado
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroupCollection
Implements
IQueryRuleOperations.GetQueryRuleGroupsBatched(SearchObjectFilter, Int32, Int32, Int32)
Ver também
Referência
SearchServiceApplicationProxy class