QueryProperties.RankingModelId 属性

获取或设置等级模型标识符 (ID)。

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

语法

声明
<DataMemberAttribute> _
Public Property RankingModelId As String
    Get
    Set
用法
Dim instance As QueryProperties
Dim value As String

value = instance.RankingModelId

instance.RankingModelId = value
[DataMemberAttribute]
public string RankingModelId { get; set; }

属性值

类型:System.String
等级模型 id。

另请参阅

引用

QueryProperties 类

QueryProperties 成员

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

其他资源

Relevance Architecture Overview

Custom Ranking Model