QueryRule.CreateQueryAction method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function CreateQueryAction ( _
actionType As QueryActionType _
) As QueryAction
'Uso
Dim instance As QueryRule
Dim actionType As QueryActionType
Dim returnValue As QueryAction
returnValue = instance.CreateQueryAction(actionType)
public QueryAction CreateQueryAction(
QueryActionType actionType
)
Parâmetros
- actionType
Type: Microsoft.Office.Server.Search.Query.Rules.QueryActionType
Valor retornado
Type: Microsoft.Office.Server.Search.Query.Rules.QueryAction