XMLUrlDataAdapter Class

Represents the adapter service used to perform pass-through queries against arbitrary XML data sources.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.SharePoint.Dsp.DspAdapter
        Microsoft.SharePoint.Dsp.XmlUrl.XMLUrlDataAdapter

Namespace:  Microsoft.SharePoint.Dsp.XmlUrl
Assembly:  Microsoft.SharePoint.Dsp.XmlUrl (in Microsoft.SharePoint.Dsp.XmlUrl.dll)

Syntax

<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class XMLUrlDataAdapter _
    Inherits DspAdapter _
    Implements IDspAdapter

Dim instance As XMLUrlDataAdapter
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class XMLUrlDataAdapter : DspAdapter, 
    IDspAdapter

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.

See Also

Reference

XMLUrlDataAdapter Members

Microsoft.SharePoint.Dsp.XmlUrl Namespace