指定一个字符串,该字符串包含触发了联合位置的搜索查询必须匹配的模式。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property QueryReformatPattern As String
Get
Set
用法
Dim instance As LocationConfiguration
Dim value As String
value = instance.QueryReformatPattern
instance.QueryReformatPattern = value
[DataMemberAttribute]
public string QueryReformatPattern { get; set; }
属性值
备注
如果IsPrefixPattern的值是true,查询必须以与此字符串来触发位置进行搜索。否则,此字符串的值为该查询必须匹配正则表达式模式。