Compartir a través de


: AuthorityPageCollection (Clase) (Microsoft.Office.Server.Search.Administration)

Represents a collection of AuthorityPage objects.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

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

Comentarios

Authoritative pages, designated by the Shared Services Provider (SSP) administrator, are pages that link to the most relevant information. For more information, see Mejora de la relevancia and Introducción a la arquitectura de relevancia del motor de búsqueda Enterprise Search.

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.

Jerarquía de herencia

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

Seguridad de subprocesos

Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.

Vea también

Referencia

AuthorityPageCollection (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)