SearchServiceApplicationProxy.GetQueryRulesBatched method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetQueryRulesBatched ( _
queryRuleFilter As SearchObjectFilter, _
batchSize As Integer, _
start As Integer, _
<OutAttribute> ByRef totalRules As Integer _
) As QueryRuleCollection
'Uso
Dim instance As SearchServiceApplicationProxy
Dim queryRuleFilter As SearchObjectFilter
Dim batchSize As Integer
Dim start As Integer
Dim totalRules As Integer
Dim returnValue As QueryRuleCollection
returnValue = instance.GetQueryRulesBatched(queryRuleFilter, _
batchSize, start, totalRules)
public QueryRuleCollection GetQueryRulesBatched(
SearchObjectFilter queryRuleFilter,
int batchSize,
int start,
out int totalRules
)
Parâmetros
- queryRuleFilter
Type: Microsoft.Office.Server.Search.Administration.SearchObjectFilter
- batchSize
Type: System.Int32
- start
Type: System.Int32
- totalRules
Type: System.Int32
Valor retornado
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRuleCollection
Implements
IQueryRuleOperations.GetQueryRulesBatched(SearchObjectFilter, Int32, Int32, Int32)
Ver também
Referência
SearchServiceApplicationProxy class