Freigeben über


ISearchAdminServiceApplication.GetSharePointContentSources-Methode

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function GetSharePointContentSources As List(Of Integer)
'Usage
Dim instance As ISearchAdminServiceApplication
Dim returnValue As List(Of Integer)

returnValue = instance.GetSharePointContentSources()
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
List<int> GetSharePointContentSources()

Rückgabewert

Typ: System.Collections.Generic.List<Int32>

Siehe auch

Referenz

ISearchAdminServiceApplication Schnittstelle

ISearchAdminServiceApplication-Member

Microsoft.Office.Server.Search.Query-Namespace