SPDataRetrievalServicesSettings class
已過時。使用SPDataRetrievalProvider類別,而是存取 Web 應用程式的資料擷取服務設定。(在Windows SharePoint Services 2.0, SPDataRetrievalServucesSettings類別表示用在虛擬伺服器的資料擷取服務設定)。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPDataRetrievalServicesSettings
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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物件。
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.