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
- propertyName
Type : System.String
- expression
Type : System.String
- inputParameters
Type : System.Collections.Generic.Dictionary<String, Type>
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Query.Rules.QueryPropertyExpression