SearchServiceApplication.GetContentSourceNames 方法

获取由SearchServiceApplicationContentSource名称的列表。

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

语法

声明
Public Function GetContentSourceNames As List(Of String)
用法
Dim instance As SearchServiceApplication
Dim returnValue As List(Of String)

returnValue = instance.GetContentSourceNames()
public List<string> GetContentSourceNames()

返回值

类型:System.Collections.Generic.List<String>
ContentSource 名称的列表。

实现

ISearchSiteAdministrationServiceApplication.GetContentSourceNames()

备注

此方法获取一个列表,其中包含所有由SearchServiceApplication管理的ContentSource名。

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

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