IQueryClientTypeOperations.GetQueryClientTypeMappings - Méthode
Récupère une liste de tous les mappages de type de client pour le propriétaire donné
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Function GetQueryClientTypeMappings ( _
owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Utilisation
Dim instance As IQueryClientTypeOperations
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)
returnValue = instance.GetQueryClientTypeMappings(owner)
[OperationContractAttribute]
List<QueryClientTypeMapping> GetQueryClientTypeMappings(
SearchObjectOwner owner
)
Paramètres
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerPropriétaire du mappage de type de client
Valeur renvoyée
Type : System.Collections.Generic.List<QueryClientTypeMapping>
Liste de mappages de type de client
Voir aussi
Référence
IQueryClientTypeOperations interface