AuthorityPageCollection.Create 方法 (Microsoft.Office.Server.Search.Administration)

Creates an authoritative page.

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

语法

声明
Public Function Create ( _
    url As Uri, _
    level As Single _
) As AuthorityPage
用法
Dim instance As AuthorityPageCollection
Dim url As Uri
Dim level As Single
Dim returnValue As AuthorityPage

returnValue = instance.Create(url, level)
public AuthorityPage Create (
    Uri url,
    float level
)

参数

  • url
    A System.Uri object representing the URL of the authoritative page.
  • level
    A floating-point number specifying the level value for the authoritative page. Must be 0, 1, or 2.

返回值

An AuthorityPage object.

备注

Authoritative pages, designated by the Shared Services Provider administrator, are pages that link to the most relevant information. For more information, see 改进相关性 and 企业级搜索相关性体系结构概述.

Because there can be several authoritative pages for a Shared Services Provider, you can specify how valuable the page is when creating the authoritative page with the level parameter. For the most valuable pages, specify 0 (zero) for the level parameter.

另请参阅

参考

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