SearchServiceProxy.GetProxyTypes 方法
获取共享的服务代理服务器支持的服务应用程序代理服务器类型的数组。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetProxyTypes As Type()
用法
Dim instance As SearchServiceProxy
Dim returnValue As Type()
returnValue = instance.GetProxyTypes()
public Type[] GetProxyTypes()
返回值
类型:[]
服务应用程序代理服务器类型的数组。
实现
IServiceProxyAdministration.GetProxyTypes()
备注
此方法始终返回Type对象的一个新的空的数组。