IQueryRuleOperations.GetQueryRulesBatched - Méthode
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Function GetQueryRulesBatched ( _
queryRuleFilter As SearchObjectFilter, _
batchSize As Integer, _
start As Integer, _
<OutAttribute> ByRef totalRules As Integer _
) As QueryRuleCollection
'Utilisation
Dim instance As IQueryRuleOperations
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)
[OperationContractAttribute]
QueryRuleCollection GetQueryRulesBatched(
SearchObjectFilter queryRuleFilter,
int batchSize,
int start,
out int totalRules
)
Paramètres
- queryRuleFilter
Type : Microsoft.Office.Server.Search.Administration.SearchObjectFilter
- batchSize
Type : System.Int32
- start
Type : System.Int32
- totalRules
Type : System.Int32
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Query.Rules.QueryRuleCollection
Voir aussi
Référence
IQueryRuleOperations interface