KeywordQuery.CustomRefinementIntervals 属性
获取或设置应施加的优化间隔的优化上。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property CustomRefinementIntervals As IDictionary(Of String, IList(Of RefinementInterval))
Get
Set
用法
Dim instance As KeywordQuery
Dim value As IDictionary(Of String, IList(Of RefinementInterval))
value = instance.CustomRefinementIntervals
instance.CustomRefinementIntervals = value
public IDictionary<string, IList<RefinementInterval>> CustomRefinementIntervals { get; set; }
属性值
类型:System.Collections.Generic.IDictionary<String, IList<RefinementInterval>>
优化的时间间隔。