SearchServiceInstance.IndexLocations 属性

请注意:此 API 现在已过时。

指定索引位置的所有已设置的搜索应用程序的集合,只读的、 不区分大小写。

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

语法

声明
<ObsoleteAttribute("This information is available as the IndexLocation property of individual components.")> _
Public ReadOnly Property IndexLocations As NameValueCollection
    Get
用法
Dim instance As SearchServiceInstance
Dim value As NameValueCollection

value = instance.IndexLocations
[ObsoleteAttribute("This information is available as the IndexLocation property of individual components.")]
public NameValueCollection IndexLocations { get; }

属性值

类型:System.Collections.Specialized.NameValueCollection

另请参阅

引用

SearchServiceInstance 类

SearchServiceInstance 成员

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