SearchServiceApplicationProxy.GetSearchServiceApplicationInfo-Methode
Die Anwendungsinformationen über die SearchServiceApplicationProxyzurück.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetSearchServiceApplicationInfo As SearchServiceApplicationInfo
'Usage
Dim instance As SearchServiceApplicationProxy
Dim returnValue As SearchServiceApplicationInfo
returnValue = instance.GetSearchServiceApplicationInfo()
public SearchServiceApplicationInfo GetSearchServiceApplicationInfo()
Rückgabewert
Typ: Microsoft.Office.Server.Search.Query.SearchServiceApplicationInfo
Die Anwendungsinformationen über die SearchServiceApplicationProxy.
Ausnahmen
Ausnahme | Bedingung |
---|---|
Exception | Ein Fehler, wie z. B. ein SearchServiceApplicationFault, während der Anwendungsausführung aufgetreten ist. |
Hinweise
Diese Methode gibt die konfigurierten Eigenschaften für die SearchServiceApplicationProxy.
Siehe auch
Referenz
SearchServiceApplicationProxy Klasse