Partager via


QueryService.GetSearchMetadata, méthode (websvcSearch)

Returns a list of all the properties and scopes in an ADO.NET DataSet.

Espace de noms : websvcSearch
Assembly : MOSSSOAP (dans mosssoap.dll)

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/OfficeServer/QueryService/GetSearchMetadata", RequestNamespace:="https://microsoft.com/webservices/OfficeServer/QueryService", ResponseNamespace:="https://microsoft.com/webservices/OfficeServer/QueryService", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetSearchMetadata As DataSet
'Utilisation
Dim instance As QueryService
Dim returnValue As DataSet

returnValue = instance.GetSearchMetadata
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/OfficeServer/QueryService/GetSearchMetadata", RequestNamespace="https://microsoft.com/webservices/OfficeServer/QueryService", ResponseNamespace="https://microsoft.com/webservices/OfficeServer/QueryService", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public DataSet GetSearchMetadata ()

Valeur de retour

A System.Data.DataSet object containing two System.Data.DataTable objects.

Remarques

The data set returned by the GetSearchMetadata web method contains two data tables, described in the following table.

Name

Description

Columns

Properties

Contains the list of properties for the search service.

Name

Type

AllowScoping

Retrievable

MultiValued

AllowInFullTextQuery

Scopes

Contains the list of scopes for the search service.

Name

IsGlobal

Consumer

Voir aussi

Référence

QueryService, classe
Membres QueryService
websvcSearch, espace de noms