Freigeben über


IQueryClientTypeOperations.GetQueryClientTypeMappingsByThrottlingTier-Methode

Ruft eine Liste von Clients geben Sie Zuordnungen mit dem angegebenen Tier und Eigentümer

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

Syntax

'Declaration
<OperationContractAttribute> _
Function GetQueryClientTypeMappingsByThrottlingTier ( _
    tier As QueryThrottlingTier, _
    owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Usage
Dim instance As IQueryClientTypeOperations
Dim tier As QueryThrottlingTier
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)

returnValue = instance.GetQueryClientTypeMappingsByThrottlingTier(tier, _
    owner)
[OperationContractAttribute]
List<QueryClientTypeMapping> GetQueryClientTypeMappingsByThrottlingTier(
    QueryThrottlingTier tier,
    SearchObjectOwner owner
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<QueryClientTypeMapping>
Liste der Client-Typzuordnungen

Siehe auch

Referenz

IQueryClientTypeOperations Schnittstelle

IQueryClientTypeOperations-Member

Microsoft.Office.Server.Search.Query-Namespace