QueryService.Status, méthode (websvcSearch)
Returns availability of the search service.
Espace de noms : websvcSearch
Assembly : MOSSSOAP (dans mosssoap.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("urn:Microsoft.Search/Status", RequestNamespace:="urn:Microsoft.Search", ResponseNamespace:="urn:Microsoft.Search", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function Status As String
'Utilisation
Dim instance As QueryService
Dim returnValue As String
returnValue = instance.Status
[SoapDocumentMethodAttribute("urn:Microsoft.Search/Status", RequestNamespace="urn:Microsoft.Search", ResponseNamespace="urn:Microsoft.Search", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)]
public string Status ()
Valeur de retour
A string that contains the status of the search service.
Remarques
Returns a status of ONLINE or OFFLINE to indicate the availability of the search service.
Voir aussi
Référence
QueryService, classe
Membres QueryService
websvcSearch, espace de noms