ISearchSiteAdministrationServiceApplication.GetLocationConfigurations-Methode
Ruft die Konfigurationsinformationen für die Partnerspeicherorte ab.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetLocationConfigurations ( _
<OutAttribute> ByRef lastUpdate As Long, _
<OutAttribute> ByRef useCrawlProxy As Boolean _
) As LocationConfiguration()
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim lastUpdate As Long
Dim useCrawlProxy As Boolean
Dim returnValue As LocationConfiguration()
returnValue = instance.GetLocationConfigurations(lastUpdate, _
useCrawlProxy)
[OperationContractAttribute]
LocationConfiguration[] GetLocationConfigurations(
out long lastUpdate,
out bool useCrawlProxy
)
Parameter
lastUpdate
Typ: System.Int64Die frühere Version von der letzten Änderungen an der Konfiguration.
useCrawlProxy
Typ: System.BooleanEin Wert, der angibt, ob die HTTP-Proxyeinstellungen in der CrawlProxy -Eigenschaft verwendet.
Rückgabewert
Typ: []
Ein Array von Konfigurationsinformationen für die Partnerspeicherorte.
Hinweise
Diese Methode ermöglicht dem Aufrufer zum Abrufen von Informationen über die Konfigurationen aller verbundenen Standorte, die in der Anwendung Suche zur Verfügung.
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle