ManagedPropertyInfoCollection 类

此类表示的搜索架构中的托管属性的集合。

继承层次结构

System.Object
  Microsoft.Office.Server.Search.Administration.BaseInfoCollection<ManagedPropertyInfo>
    Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ManagedPropertyInfoCollection _
    Inherits BaseInfoCollection(Of ManagedPropertyInfo)
用法
Dim instance As ManagedPropertyInfoCollection
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ManagedPropertyInfoCollection : BaseInfoCollection<ManagedPropertyInfo>

线程安全性

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

另请参阅

引用

ManagedPropertyInfoCollection 成员

Microsoft.Office.Server.Search.Administration 命名空间