Freigeben über


IQueryClientTypeOperations.GetQueryClientTypeMappingByName-Methode

Ruft die Client-Typ-Zuordnung mit dem angegebenen Namen und Eigentümer

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function GetQueryClientTypeMappingByName ( _
    clientType As String, _
    owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Usage
Dim instance As IQueryClientTypeOperations
Dim clientType As String
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping

returnValue = instance.GetQueryClientTypeMappingByName(clientType, _
    owner)
[OperationContractAttribute]
QueryClientTypeMapping GetQueryClientTypeMappingByName(
    string clientType,
    SearchObjectOwner owner
)

Parameter

Rückgabewert

Typ: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Client-Typ-Zuordnung

Siehe auch

Referenz

IQueryClientTypeOperations Schnittstelle

IQueryClientTypeOperations-Member

Microsoft.Office.Server.Search.Query-Namespace