SearchServiceApplicationProxy.GetSearchAlertManagerInfo 方法
获取有关搜索预警系统的信息。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetSearchAlertManagerInfo As AlertManagerInfo
用法
Dim instance As SearchServiceApplicationProxy
Dim returnValue As AlertManagerInfo
returnValue = instance.GetSearchAlertManagerInfo()
public AlertManagerInfo GetSearchAlertManagerInfo()
返回值
类型:Microsoft.Office.Server.Search.Query.AlertManagerInfo
搜索警报系统有关的信息。
实现
ISearchSiteAdministrationServiceApplication.GetSearchAlertManagerInfo()
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间出现错误。 |
备注
此方法用于检索SearchServiceApplicationProxy搜索警报系统有关的信息。
另请参阅
引用
SearchServiceApplicationProxy 类