Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Interface IDspAdapter
Dim instance As IDspAdapter
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.