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