QueryService, classe (websvcSearch)
The QueryService class is the entry point for calling the Recherche de contenu d'entreprise dans Microsoft Office SharePoint Server 2007 Query web service.
Espace de noms : websvcSearch
Assembly : MOSSSOAP (dans mosssoap.dll)
Syntaxe
'Déclaration
<WebServiceBindingAttribute(Name:="QueryServiceSoap", Namespace:="https://microsoft.com/webservices/OfficeServer/QueryService")> _
<DesignerCategoryAttribute("code")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
Public Class QueryService
Inherits SoapHttpClientProtocol
'Utilisation
Dim instance As QueryService
[WebServiceBindingAttribute(Name="QueryServiceSoap", Namespace="https://microsoft.com/webservices/OfficeServer/QueryService")]
[DesignerCategoryAttribute("code")]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[DebuggerStepThroughAttribute]
public class QueryService : SoapHttpClientProtocol
Remarques
To access the Search Query web service and its methods, set a Web reference to:
http://Server_Name/[sites]/[Site_Name]/_vti_bin/search.asmx
You can find step-by-step instructions for this with Visual Studio 2005 in the Procédure : créer une classe proxy de service Web pour le service Web Query de recherche de contenu d'entreprise dans Visual Studio 2005 topic.
Hiérarchie d'héritage
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
websvcSearch.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.