DspAdapter Class
NOTE: This API is now obsolete.
Implements the IDspAdapter interface for use by the OleDbAdapter class in performing queries against OLE DB data sources.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.SharePoint.Dsp.DspAdapter
Microsoft.SharePoint.Dsp.SoapPT.SoapPTAdapter
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp.SoapPT (in Microsoft.SharePoint.Dsp.SoapPT.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public MustInherit Class DspAdapter _
Inherits WebService
'Usage
Dim instance As DspAdapter
[ObsoleteAttribute("Use the Lists web service instead.")]
public abstract class DspAdapter : WebService
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.