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
)

参数

另请参阅

引用

QueryRule 类

QueryRule 成员

MoveToGroup 重载

Microsoft.Office.Server.Search.Query.Rules 命名空间