Partager via


IQueryClientTypeOperations.GetQueryClientTypeMappingByName - Méthode

Récupère le mappage de type de client avec le nom donné et le propriétaire

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

Syntaxe

'Déclaration
<OperationContractAttribute> _
Function GetQueryClientTypeMappingByName ( _
    clientType As String, _
    owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Utilisation
Dim instance As IQueryClientTypeOperations
Dim clientType As String
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping

returnValue = instance.GetQueryClientTypeMappingByName(clientType, _
    owner)
[OperationContractAttribute]
QueryClientTypeMapping GetQueryClientTypeMappingByName(
    string clientType,
    SearchObjectOwner owner
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Mappage de type de client

Voir aussi

Référence

IQueryClientTypeOperations interface

IQueryClientTypeOperations - Membres

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