SearchServiceApplicationProxy.GetQueryClientTypeMappings - 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 GetQueryClientTypeMappings ( _
owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)
returnValue = instance.GetQueryClientTypeMappings(owner)
public List<QueryClientTypeMapping> GetQueryClientTypeMappings(
SearchObjectOwner owner
)
Paramètres
Valeur renvoyée
Type : System.Collections.Generic.List<QueryClientTypeMapping>
Implémentations
IQueryClientTypeOperations.GetQueryClientTypeMappings(SearchObjectOwner)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms