Partager via


SearchServiceApplicationProxy.GetQueryRulesBatched - 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 GetQueryRulesBatched ( _
    queryRuleFilter As SearchObjectFilter, _
    batchSize As Integer, _
    start As Integer, _
    <OutAttribute> ByRef totalRules As Integer _
) As QueryRuleCollection
'Utilisation
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
)

Paramètres

Valeur renvoyée

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

Implémentations

IQueryRuleOperations.GetQueryRulesBatched(SearchObjectFilter, Int32, Int32, Int32)

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

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