QueryTransform.CreateQueryPropertyExpression 方法

命名空间:  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
)

参数

返回值

类型:Microsoft.Office.Server.Search.Query.Rules.QueryPropertyExpression

另请参阅

引用

QueryTransform 类

QueryTransform 成员

Microsoft.Office.Server.Search.Query.Rules 命名空间