你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchOptions.ScoringParameters 属性

定义

评分函数中使用的参数值列表 (例如,使用格式 name-values 的 referencePointParameter) 。 例如,如果评分配置文件定义了一个名为“mylocation”的参数的函数,则参数字符串将为“mylocation--122.2,44.8” (不带引号) 。

public System.Collections.Generic.IList<string> ScoringParameters { get; }
member this.ScoringParameters : System.Collections.Generic.IList<string>
Public ReadOnly Property ScoringParameters As IList(Of String)

属性值

适用于