SearchServiceInstance.CrawlComponents 属性
已过时。
在此服务器上运行的活动的查询拓扑中的爬网组件的列表。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Property CrawlComponents As ReadOnlyCollection(Of CrawlComponent)
Get
用法
Dim instance As SearchServiceInstance
Dim value As ReadOnlyCollection(Of CrawlComponent)
value = instance.CrawlComponents
public ReadOnlyCollection<CrawlComponent> CrawlComponents { get; }
属性值
类型:System.Collections.ObjectModel.ReadOnlyCollection<CrawlComponent>