SearchServiceInstance.Components 属性

已过时。

从活动的查询拓扑在此服务器上运行的所有搜索组件的列表。

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

语法

声明
Public ReadOnly Property Components As ReadOnlyCollection(Of SearchComponent)
    Get
用法
Dim instance As SearchServiceInstance
Dim value As ReadOnlyCollection(Of SearchComponent)

value = instance.Components
public ReadOnlyCollection<SearchComponent> Components { get; }

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<SearchComponent>

另请参阅

引用

SearchServiceInstance 类

SearchServiceInstance 成员

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