IQueryClientTypeOperations.GetQueryClientTypeMappingById - Méthode
Récupère le mappage de type de client avec l'id 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 GetQueryClientTypeMappingById ( _
clientTypeId As Integer, _
owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Utilisation
Dim instance As IQueryClientTypeOperations
Dim clientTypeId As Integer
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping
returnValue = instance.GetQueryClientTypeMappingById(clientTypeId, _
owner)
[OperationContractAttribute]
QueryClientTypeMapping GetQueryClientTypeMappingById(
int clientTypeId,
SearchObjectOwner owner
)
Paramètres
- clientTypeId
Type : System.Int32
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerId de type de client
Propriétaire du mappage de type de client
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Mappage de type de client
Voir aussi
Référence
IQueryClientTypeOperations interface