Метод QueryRuleGroupCollection.RemoveQueryRuleGroup
Пространство имен: Microsoft.Office.Server.Search.Query.Rules
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function RemoveQueryRuleGroup ( _
queryRuleGroup As QueryRuleGroup _
) As Boolean
'Применение
Dim instance As QueryRuleGroupCollection
Dim queryRuleGroup As QueryRuleGroup
Dim returnValue As Boolean
returnValue = instance.RemoveQueryRuleGroup(queryRuleGroup)
public bool RemoveQueryRuleGroup(
QueryRuleGroup queryRuleGroup
)
Параметры
- queryRuleGroup
Тип: Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroup
Возвращаемое значение
Тип: System.Boolean
См. также
Справочные материалы
QueryRuleGroupCollection класс
Элементы QueryRuleGroupCollection
Пространство имен Microsoft.Office.Server.Search.Query.Rules