Partager via


AuthorityPageCollection, classe (Microsoft.Office.Server.Search.Administration)

Represents a collection of AuthorityPage objects.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
<DefaultMemberAttribute("Item")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public NotInheritable Class AuthorityPageCollection
    Implements IEnumerable
'Utilisation
Dim instance As AuthorityPageCollection
[DefaultMemberAttribute("Item")] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public sealed class AuthorityPageCollection : IEnumerable

Remarques

Authoritative pages, designated by the Shared Services Provider (SSP) administrator, are pages that link to the most relevant information. For more information, see Amélioration de la pertinence and Présentation de l'architecture de pertinence de la recherche de contenu d'entreprise.

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.

Hiérarchie d'héritage

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

Sécurité des threads

Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.

Voir aussi

Référence

Membres AuthorityPageCollection
Microsoft.Office.Server.Search.Administration, espace de noms