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

Represents a crawled property mapping to a managed property in the 企业级搜索 metadata property schema.

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

语法

声明
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public NotInheritable Class Mapping
    Implements IComparable(Of Mapping), IEquatable(Of Mapping)
用法
Dim instance As Mapping
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public sealed class Mapping : IComparable<Mapping>, IEquatable<Mapping>

备注

For a crawled property, represented by a CrawledProperty object, to be available to the 企业级搜索 experience, it must be mapped to a managed property, represented by a ManagedProperty object. For steps on how to do this, see 如何:将已爬网属性映射到托管属性.

The Mapping object represents this mapping in the search schema for a Shared Service Provider. For more information, see 管理元数据.

继承层次结构

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

线程安全性

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

另请参阅

参考

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