(QueryThrottlingTier, SearchObjectOwner) del método QueryClientTypeManager.GetQueryClientTypeMappings
Espacio de nombres: Microsoft.Office.Server.Search.Query
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function GetQueryClientTypeMappings ( _
tier As QueryThrottlingTier, _
owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Uso
Dim instance As QueryClientTypeManager
Dim tier As QueryThrottlingTier
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)
returnValue = instance.GetQueryClientTypeMappings(tier, _
owner)
public List<QueryClientTypeMapping> GetQueryClientTypeMappings(
QueryThrottlingTier tier,
SearchObjectOwner owner
)
Parámetros
Valor devuelto
Tipo: System.Collections.Generic.List<QueryClientTypeMapping>
Vea también
Referencia
Miembros QueryClientTypeManager