QueryRule.CreateQueryAction - Méthode
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function CreateQueryAction ( _
actionType As QueryActionType _
) As QueryAction
'Utilisation
Dim instance As QueryRule
Dim actionType As QueryActionType
Dim returnValue As QueryAction
returnValue = instance.CreateQueryAction(actionType)
public QueryAction CreateQueryAction(
QueryActionType actionType
)
Paramètres
- actionType
Type : Microsoft.Office.Server.Search.Query.Rules.QueryActionType
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Query.Rules.QueryAction