Share via


SPDataRetrievalProvider class

代表 Web 應用程式的資料擷取服務設定。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPDataRetrievalProvider

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<GuidAttribute("A37630D9-3D77-448f-BA5B-8F0117DA9656")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDataRetrievalProvider _
    Inherits SPAutoSerializingObject
'用途
Dim instance As SPDataRetrievalProvider
[GuidAttribute("A37630D9-3D77-448f-BA5B-8F0117DA9656")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDataRetrievalProvider : SPAutoSerializingObject

備註

使用SPWebApplication類別之DataRetrievalProvider屬性可傳回資料擷取提供者的 Web 應用程式。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPDataRetrievalProvider members

Microsoft.SharePoint.Administration namespace