Partager via


SearchServiceApplicationProxy.GetQueryClientTypeMappingByName - Méthode

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function GetQueryClientTypeMappingByName ( _
    clientType As String, _
    owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Query.QueryClientTypeMapping

Implémentations

IQueryClientTypeOperations.GetQueryClientTypeMappingByName(String, SearchObjectOwner)

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms