Compartilhar via


QueryManager class

Executa a consulta e retorna os resultados da pesquisa.

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<LocationList>
    Microsoft.Office.Server.Search.Query.QueryManager

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

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class QueryManager _
    Inherits List(Of LocationList)
'Uso
Dim instance As QueryManager
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class QueryManager : List<LocationList>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

QueryManager members

Microsoft.Office.Server.Search.Query namespace