Partager via


QueryService, classe (Microsoft.Office.Server.Search.Query)

To access the Search Query Web service and its methods, use the websvcSearch class instead.

Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
<WebServiceAttribute(Namespace:="https://microsoft.com/webservices/OfficeServer/QueryService", Description:="Microsoft Office SharePoint Server 2007 Query Web Service")> _
<WebServiceBindingAttribute(ConformsTo:=WsiProfiles.BasicProfile1_1)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public NotInheritable Class QueryService
    Inherits WebService
'Utilisation
Dim instance As QueryService
[WebServiceAttribute(Namespace="https://microsoft.com/webservices/OfficeServer/QueryService", Description="Microsoft Office SharePoint Server 2007 Query Web Service")] 
[WebServiceBindingAttribute(ConformsTo=WsiProfiles.BasicProfile1_1)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
public sealed class QueryService : WebService

Hiérarchie d'héritage

System.Object
   System.ComponentModel.MarshalByValueComponent
     System.Web.Services.WebService
      Microsoft.Office.Server.Search.Query.QueryService

Sécurité des threads

Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.

Voir aussi

Référence

Membres QueryService
Microsoft.Office.Server.Search.Query, espace de noms