QueryService.Registration 方法 (websvcSearch)
Returns the name and provider registration information for the search Shared Service Provider.
命名空间: websvcSearch
程序集: MOSSSOAP (在 mosssoap.dll 中)
语法
声明
<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
用法
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
)
参数
- registrationXml
A string that specifies the registration requested in XML. The XML format is defined by the 企业级搜索的 Microsoft.Search.Registration.Request 架构 Schema.
返回值
A string that contains the registration response in XML. The XML format is defined by the 企业级搜索的 Microsoft.Search.Registration.Response 架构 Schema.