(ResultItemType, Boolean) del método SearchServiceApplicationProxy.UpdateResultItemType
Solo uso interno.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function UpdateResultItemType ( _
type As ResultItemType, _
wrapExceptionsForProxy As Boolean _
) As ResultItemType
'Uso
Dim instance As SearchServiceApplicationProxy
Dim type As ResultItemType
Dim wrapExceptionsForProxy As Boolean
Dim returnValue As ResultItemType
returnValue = instance.UpdateResultItemType(type, _
wrapExceptionsForProxy)
public ResultItemType UpdateResultItemType(
ResultItemType type,
bool wrapExceptionsForProxy
)
Parámetros
- wrapExceptionsForProxy
Tipo: System.Boolean
Valor devuelto
Tipo: Microsoft.Office.Server.Search.Administration.ResultItemType
Implementaciones
ISearchSiteAdministrationServiceApplication.UpdateResultItemType(ResultItemType, Boolean)
Vea también
Referencia
clase SearchServiceApplicationProxy
Miembros SearchServiceApplicationProxy
Sobrecarga UpdateResultItemType
Espacio de nombres Microsoft.Office.Server.Search.Administration