CrawledPropertyInfoCollection 类

此类表示的搜索架构中的已爬网属性的集合。

继承层次结构

System.Object
  Microsoft.Office.Server.Search.Administration.BaseInfoCollection<CrawledPropertyInfo>
    Microsoft.Office.Server.Search.Administration.CrawledPropertyInfoCollection

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

语法

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

线程安全性

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

另请参阅

引用

CrawledPropertyInfoCollection 成员

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