SearchServiceApplicationProxy.GetQueryRuleGroupsBatched - Méthode

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function GetQueryRuleGroupsBatched ( _
    queryRuleGroupFilter As SearchObjectFilter, _
    batchSize As Integer, _
    start As Integer, _
    <OutAttribute> ByRef totalRuleGroups As Integer _
) As QueryRuleGroupCollection
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroupCollection

Implémentations

IQueryRuleOperations.GetQueryRuleGroupsBatched(SearchObjectFilter, Int32, Int32, Int32)

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms