ISearchAdminServiceApplication.GetSharePointContentSources 方法
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function GetSharePointContentSources As List(Of Integer)
用法
Dim instance As ISearchAdminServiceApplication
Dim returnValue As List(Of Integer)
returnValue = instance.GetSharePointContentSources()
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
List<int> GetSharePointContentSources()
返回值
类型:System.Collections.Generic.List<Int32>
另请参阅
引用
ISearchAdminServiceApplication 接口