SearchServiceApplicationProxy.RemoveQueryRule method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub RemoveQueryRule ( _
queryRule As QueryRule _
)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim queryRule As QueryRule
instance.RemoveQueryRule(queryRule)
public void RemoveQueryRule(
QueryRule queryRule
)
Parâmetros
- queryRule
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRule
Implements
IQueryRuleOperations.RemoveQueryRule(QueryRule)
Ver também
Referência
SearchServiceApplicationProxy class