SearchServiceApplicationProxy.DeleteQueryClientTypeMapping method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub DeleteQueryClientTypeMapping ( _
clientTypeMapping As QueryClientTypeMapping _
)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim clientTypeMapping As QueryClientTypeMapping
instance.DeleteQueryClientTypeMapping(clientTypeMapping)
public void DeleteQueryClientTypeMapping(
QueryClientTypeMapping clientTypeMapping
)
Parâmetros
- clientTypeMapping
Type: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Implements
IQueryClientTypeOperations.DeleteQueryClientTypeMapping(QueryClientTypeMapping)
Ver também
Referência
SearchServiceApplicationProxy class