Partager via


QueryTransform.CreateQueryPropertyExpression - 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 CreateQueryPropertyExpression ( _
    propertyName As String, _
    expression As String, _
    inputParameters As Dictionary(Of String, Type) _
) As QueryPropertyExpression
'Utilisation
Dim instance As QueryTransform
Dim propertyName As String
Dim expression As String
Dim inputParameters As Dictionary(Of String, Type)
Dim returnValue As QueryPropertyExpression

returnValue = instance.CreateQueryPropertyExpression(propertyName, _
    expression, inputParameters)
public QueryPropertyExpression CreateQueryPropertyExpression(
    string propertyName,
    string expression,
    Dictionary<string, Type> inputParameters
)

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

QueryTransform classe

QueryTransform - Membres

Microsoft.Office.Server.Search.Query.Rules - Espace de noms