Share via


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

Represents a crawled property mapping to a managed property in the Recherche de contenu d'entreprise metadata property schema.

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

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public NotInheritable Class Mapping
    Implements IComparable(Of Mapping), IEquatable(Of Mapping)
'Utilisation
Dim instance As Mapping
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public sealed class Mapping : IComparable<Mapping>, IEquatable<Mapping>

Remarques

For a crawled property, represented by a CrawledProperty object, to be available to the Recherche de contenu d'entreprise experience, it must be mapped to a managed property, represented by a ManagedProperty object. For steps on how to do this, see Procédure : mapper une propriété analysée à une propriété gérée.

The Mapping object represents this mapping in the search schema for a Shared Service Provider. For more information, see Gestion des métadonnées.

Hiérarchie d'héritage

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

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 Mapping
Microsoft.Office.Server.Search.Administration, espace de noms