Метод QueryRule.MoveToGroup (QueryRuleGroup, GroupProcessingDirective, Int32)
Пространство имен: Microsoft.Office.Server.Search.Query.Rules
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Sub MoveToGroup ( _
group As QueryRuleGroup, _
processingDirective As GroupProcessingDirective, _
index As Integer _
)
'Применение
Dim instance As QueryRule
Dim group As QueryRuleGroup
Dim processingDirective As GroupProcessingDirective
Dim index As Integer
instance.MoveToGroup(group, processingDirective, _
index)
public void MoveToGroup(
QueryRuleGroup group,
GroupProcessingDirective processingDirective,
int index
)
Параметры
- processingDirective
Тип: Microsoft.Office.Server.Search.Query.Rules.GroupProcessingDirective
- index
Тип: System.Int32
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Query.Rules