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