Compartir a través de


: AuthorityPageCollection.Create (Método) (Microsoft.Office.Server.Search.Administration)

Creates an authoritative page.

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

Sintaxis

'Declaración
Public Function Create ( _
    url As Uri, _
    level As Single _
) As AuthorityPage
'Uso
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
)

Parámetros

  • 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.

Valor devuelto

An AuthorityPage object.

Comentarios

Authoritative pages, designated by the Shared Services Provider 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.

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.

Vea también

Referencia

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