IQueryClientTypeOperations.GetQueryClientTypeMappings-Methode
Ruft eine Liste aller Client-Typzuordnungen für den angegebenen Besitzer ab.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetQueryClientTypeMappings ( _
owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Usage
Dim instance As IQueryClientTypeOperations
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)
returnValue = instance.GetQueryClientTypeMappings(owner)
[OperationContractAttribute]
List<QueryClientTypeMapping> GetQueryClientTypeMappings(
SearchObjectOwner owner
)
Parameter
owner
Typ: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerClient-Typ-Zuordnung Besitzer
Rückgabewert
Typ: System.Collections.Generic.List<QueryClientTypeMapping>
Liste der Client-Typzuordnungen
Siehe auch
Referenz
IQueryClientTypeOperations Schnittstelle