IDspAdapter Interface
NOTE: This API is now obsolete.
Provides a COM interface for clients to access a data retrieval service adapter locally.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Interface IDspAdapter
'Usage
Dim instance As IDspAdapter
[ObsoleteAttribute("Use the Lists web service instead.")]
public interface IDspAdapter
Remarks
The IDspAdapter interface provides the interface definition that is implemented by the DspAdapter In the namespace for each adapter:
Microsoft.SharePoint.Dsp.OleDb for queries against OleDB data sources.
Microsoft.SharePoint.Dsp.SoapPT for pass-through queries against Web services.
Microsoft.SharePoint.Dsp.Sts for queries against SharePoint lists.
Microsoft.SharePoint.Dsp.XmlUrl for queries against XML sources.
Each data retrieval service adapter supports the methods defined in this interface. Local clients that use direct COM to access the adapter can call methods of the IDspAdapter interface directly.