Share via


SPDataRetrievalServicesSettings 类

过时。使用SPDataRetrievalProvider类改为访问 Web 应用程序的数据检索服务设置。(在Windows SharePoint Services 2.0, SPDataRetrievalServucesSettings类表示用于在虚拟服务器的数据检索服务设置。)

继承层次结构

System.Object
  Microsoft.SharePoint.SPDataRetrievalServicesSettings

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Class SPDataRetrievalServicesSettings
用法
Dim instance As SPDataRetrievalServicesSettings
public class SPDataRetrievalServicesSettings

备注

数据检索服务是用于连接、 查询和更新数据源的 Web 服务。数据检索服务适配器是 XML Web 服务实现的数据检索服务。是类似于数据库驱动程序如 OLE DB 数据提供程序,不同之处在于,而不是被安装在客户端计算机上,它安装在运行SharePoint Foundation的服务器计算机上。客户端应用程序通过将 Simple Object Access Protocol (SOAP) 请求发送到在服务器上,从而将数据返回给客户端应用程序的 XML 文档作为适配器与适配器进行通信。使用SPWeb类的DataRetrievalServicesSettings属性返回一个SPDataRetrievalServicesSettings对象。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPDataRetrievalServicesSettings 成员

Microsoft.SharePoint 命名空间