Метод QueryRule.CreateQueryAction
Пространство имен: Microsoft.Office.Server.Search.Query.Rules
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function CreateQueryAction ( _
actionType As QueryActionType _
) As QueryAction
'Применение
Dim instance As QueryRule
Dim actionType As QueryActionType
Dim returnValue As QueryAction
returnValue = instance.CreateQueryAction(actionType)
public QueryAction CreateQueryAction(
QueryActionType actionType
)
Параметры
- actionType
Тип: Microsoft.Office.Server.Search.Query.Rules.QueryActionType
Возвращаемое значение
Тип: Microsoft.Office.Server.Search.Query.Rules.QueryAction
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Query.Rules