del método SearchServiceApplicationProxy.GetQueryClientTypeMappingByName
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function GetQueryClientTypeMappingByName ( _
clientType As String, _
owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Uso
Dim instance As SearchServiceApplicationProxy
Dim clientType As String
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping
returnValue = instance.GetQueryClientTypeMappingByName(clientType, _
owner)
public QueryClientTypeMapping GetQueryClientTypeMappingByName(
string clientType,
SearchObjectOwner owner
)
Parámetros
- clientType
Tipo: System.String
Valor devuelto
Tipo: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Implementaciones
IQueryClientTypeOperations.GetQueryClientTypeMappingByName(String, SearchObjectOwner)
Vea también
Referencia
clase SearchServiceApplicationProxy
Miembros SearchServiceApplicationProxy
Espacio de nombres Microsoft.Office.Server.Search.Administration