ISearchSiteAdministrationServiceApplication.UpdateResultItemType-Methode
Wird nur intern verwendet.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function UpdateResultItemType ( _
type As ResultItemType, _
WrapExceptionsForProxy As Boolean _
) As ResultItemType
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim type As ResultItemType
Dim WrapExceptionsForProxy As Boolean
Dim returnValue As ResultItemType
returnValue = instance.UpdateResultItemType(type, _
WrapExceptionsForProxy)
[OperationContractAttribute]
ResultItemType UpdateResultItemType(
ResultItemType type,
bool WrapExceptionsForProxy
)
Parameter
- WrapExceptionsForProxy
Typ: System.Boolean
Rückgabewert
Typ: Microsoft.Office.Server.Search.Administration.ResultItemType
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle