SearchServiceApplicationProxy.GetQueryRuleGroupsBatched 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetQueryRuleGroupsBatched ( _
queryRuleGroupFilter As SearchObjectFilter, _
batchSize As Integer, _
start As Integer, _
<OutAttribute> ByRef totalRuleGroups As Integer _
) As QueryRuleGroupCollection
用法
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
)
参数
- queryRuleGroupFilter
类型:Microsoft.Office.Server.Search.Administration.SearchObjectFilter
- batchSize
类型:System.Int32
- start
类型:System.Int32
- totalRuleGroups
类型:System.Int32
返回值
类型:Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroupCollection
实现
IQueryRuleOperations.GetQueryRuleGroupsBatched(SearchObjectFilter, Int32, Int32, Int32)
另请参阅
引用
SearchServiceApplicationProxy 类