QueryTransform.OverrideProperties 属性

获取/设置查询属性来重写原始查询中。

命名空间:  Microsoft.Office.Server.Search.Query.Rules
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Property OverrideProperties As QueryTransformProperties
    Get
    Set
用法
Dim instance As QueryTransform
Dim value As QueryTransformProperties

value = instance.OverrideProperties

instance.OverrideProperties = value
public QueryTransformProperties OverrideProperties { get; set; }

属性值

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

异常

异常 条件
NotSupportedException

QueryTransform 对象为只读时,引发

另请参阅

引用

QueryTransform 类

QueryTransform 成员

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