SearchServiceApplicationProxy.GetContentSourceNames 方法
获取由SearchServiceApplicationProxy管理的内容源名称的列表。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetContentSourceNames As List(Of String)
用法
Dim instance As SearchServiceApplicationProxy
Dim returnValue As List(Of String)
returnValue = instance.GetContentSourceNames()
public List<string> GetContentSourceNames()
返回值
类型:System.Collections.Generic.List<String>
ContentSource 对象的名称的列表。
实现
ISearchSiteAdministrationServiceApplication.GetContentSourceNames()
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间发生错误如SearchServiceApplicationFault。 |
备注
此方法获取一个列表,其中包含所有的由SearchServiceApplicationProxy管理的内容源的名称。
另请参阅
引用
SearchServiceApplicationProxy 类