SearchServiceApplication.UpdateResultItemType 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function UpdateResultItemType ( _
type As ResultItemType, _
WrapExceptionsForProxy As Boolean _
) As ResultItemType
用法
Dim instance As SearchServiceApplication
Dim type As ResultItemType
Dim WrapExceptionsForProxy As Boolean
Dim returnValue As ResultItemType
returnValue = instance.UpdateResultItemType(type, _
WrapExceptionsForProxy)
public ResultItemType UpdateResultItemType(
ResultItemType type,
bool WrapExceptionsForProxy
)
参数
- WrapExceptionsForProxy
类型:System.Boolean
返回值
类型:Microsoft.Office.Server.Search.Administration.ResultItemType
实现
ISearchSiteAdministrationServiceApplication.UpdateResultItemType(ResultItemType, Boolean)