命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function CreateQueryPropertyExpression ( _
propertyName As String, _
expression As String, _
inputParameters As Dictionary(Of String, Type) _
) As QueryPropertyExpression
用法
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
)
参数
- propertyName
类型:System.String
- expression
类型:System.String
- inputParameters
类型:System.Collections.Generic.Dictionary<String, Type>
返回值
类型:Microsoft.Office.Server.Search.Query.Rules.QueryPropertyExpression