QueryService.Registration, méthode (websvcSearch)
Returns the name and provider registration information for the search Shared Service Provider.
Espace de noms : websvcSearch
Assembly : MOSSSOAP (dans mosssoap.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("urn:Microsoft.Search/Registration", RequestNamespace:="urn:Microsoft.Search", ResponseNamespace:="urn:Microsoft.Search", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function Registration ( _
registrationXml As String _
) As String
'Utilisation
Dim instance As QueryService
Dim registrationXml As String
Dim returnValue As String
returnValue = instance.Registration(registrationXml)
[SoapDocumentMethodAttribute("urn:Microsoft.Search/Registration", RequestNamespace="urn:Microsoft.Search", ResponseNamespace="urn:Microsoft.Search", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)]
public string Registration (
string registrationXml
)
Paramètres
- registrationXml
A string that specifies the registration requested in XML. The XML format is defined by the Schéma Microsoft.Search.Registration.Request de la recherche de contenu d'entreprise Schema.
Valeur de retour
A string that contains the registration response in XML. The XML format is defined by the Schéma Microsoft.Search.Registration.Response pour la recherche de contenu d'entreprise Schema.
Voir aussi
Référence
QueryService, classe
Membres QueryService
websvcSearch, espace de noms