QueryService.GetSearchMetadata 方法 (websvcSearch)

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

命名空间: websvcSearch
程序集: MOSSSOAP (在 mosssoap.dll 中)

语法

声明
<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
用法
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 ()

返回值

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

备注

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

另请参阅

参考

QueryService 类
QueryService 成员
websvcSearch 命名空间