Compartilhar via


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

Valor retornado

Type: Microsoft.Office.Server.Search.Query.Rules.QueryAction

Ver também

Referência

QueryRule class

QueryRule members

Microsoft.Office.Server.Search.Query.Rules namespace