SPDataRetrievalServicesSettings 成员
过时。使用SPDataRetrievalProvider类改为访问 Web 应用程序的数据检索服务设置。(在Windows SharePoint Services 2.0, SPDataRetrievalServucesSettings类表示用于在虚拟服务器的数据检索服务设置。)
SPDataRetrievalServicesSettings 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
DataSourceControlEnabled | 过时。使用Microsoft.SharePoint.Administration.SPDataRetrievalProvider类的DataSourceControlEnabled属性指定是否要启用数据源控件,以便可以处理查询请求。(在Windows SharePoint Services 2.0, DataSourceControlEnabled属性返回一个布尔值,指示是否数据源控件启用SharePoint Foundation部署中,保留它是为了向后兼容性。 | |
EnabledOleDbProviders | 过时。使用Microsoft.SharePoint.Administration.SPDataRetrievalProvider类的OleDbProviders属性以获取 Web 应用程序中使用 OLEDB 提供程序的列表。(在Windows SharePoint Services 2.0, EnabledOleDbProviders属性返回的名称的 OLE DB 提供程序中的SharePoint Foundation部署中,启用了并且保留它是为了向后兼容性。 | |
MaxResponseSize | 过时。使用Microsoft.SharePoint.Administration.SPDataRetrievalProvider类的MaximumResponseSize属性指定的数据检索服务数据源返回的 SOAP 响应的最大大小。(在Windows SharePoint Services 2.0, MaxResponseSize属性返回的最大大小,以千字节为单位,从SharePoint Foundation部署中使用,保留它是为了向后兼容的数据检索服务适配器返回的响应。 | |
RequestTimeout | 过时。使用Microsoft.SharePoint.Administration.SPDataRetrievalProvider类的RequestTimeout属性以指定以秒为单位的数据检索服务数据源没有响应如果超时前的时间。(在Windows SharePoint Services 2.0, RequestTimeout属性返回请求,所引用的数据源超时,保留它是为了向后兼容性之前要经过的秒的数。 | |
ServicesEnabled | 过时。Microsoft.SharePoint.Administration.SPDataRetrievalProvider类的Enabled属性用于指定是否启用数据检索服务,以处理查询请求。(在Windows SharePoint Services 2.0, ServicesEnabled属性返回一个布尔值,指示是否SharePoint Foundation部署中启用数据检索服务,并保留它是为了向后兼容性。 | |
UpdateAllowed | 过时。Microsoft.SharePoint.Administration.SPDataRetrievalProvider类的UpdateAllowed属性用于指定是否启用更新查询支持。(在Windows SharePoint Services 2.0, UpdateAllowed属性返回一个布尔值,指示是否可以运行查询来更新数据库,数据检索服务适配器,并保留它是为了向后兼容性。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首