Share via


AuthorityPageCollection 类 (Microsoft.Office.Server.Search.Administration)

Represents a collection of AuthorityPage objects.

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

语法

声明
<DefaultMemberAttribute("Item")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public NotInheritable Class AuthorityPageCollection
    Implements IEnumerable
用法
Dim instance As AuthorityPageCollection
[DefaultMemberAttribute("Item")] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public sealed class AuthorityPageCollection : IEnumerable

备注

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

Use the AuthorityPages property of the Ranking class to get the collection of authoritative pages for an SSP.

Use an indexer to return a single authoritative page from the AuthorityPageCollection object. For example, assuming the collection is assigned to a variable named authorityPages, use authorityPages[index] in Microsoft Visual C# or authorityPages(index) in Microsoft Visual Basic, where index is the index number of the authoritative page in the collection, or a System.Uri object representing the URL of the authoritative page.

To designate a page as an authoritative page, use the Create method of the AuthorityPageCollection class.

To remove an authoritative page, use the Delete method of the AuthorityPage class.

继承层次结构

System.Object
  Microsoft.Office.Server.Search.Administration.AuthorityPageCollection

线程安全性

此类型的任何公共静态( Visual Basic 中共享)成员是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

参考

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