SPWeb.DataRetrievalServicesSettings 属性

请注意:此 API 现在已过时。

Gets an object that represents the data retrieval service settings for the deployment of SharePoint Foundation.

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

语法

声明
<ObsoleteAttribute("DataRetrievalServicesSettings is obsolete.")> _
Public ReadOnly Property DataRetrievalServicesSettings As SPDataRetrievalServicesSettings
    Get
用法
Dim instance As SPWeb
Dim value As SPDataRetrievalServicesSettings

value = instance.DataRetrievalServicesSettings
[ObsoleteAttribute("DataRetrievalServicesSettings is obsolete.")]
public SPDataRetrievalServicesSettings DataRetrievalServicesSettings { get; }

属性值

类型:Microsoft.SharePoint.SPDataRetrievalServicesSettings
An SPDataRetrievalServicesSettings object that represents the settings.

另请参阅

引用

SPWeb 类

SPWeb 成员

Microsoft.SharePoint 命名空间