RankParamCollection.Item 属性 (Int32) (Microsoft.Office.Server.Search.Administration)

Gets the ranking parameter at the specified index in the collection.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As RankingParameter
用法
Dim instance As RankParamCollection
Dim index As Integer
Dim value As RankingParameter

value = instance(index)
public RankingParameter this [
    int index
] { get; }

参数

  • index
    A 32-bit integer that specifies the position in the index.

属性值

A RankingParameter object.

另请参阅

参考

RankParamCollection 类
RankParamCollection 成员
Microsoft.Office.Server.Search.Administration 命名空间