次の方法で共有


XMLUrlDataAdapter クラス (Microsoft.SharePoint.Dsp.XmlUrl)

任意の XML データソースに対してパススルー クエリを実行するために使用されるアダプタ サービスを表します。

名前空間: Microsoft.SharePoint.Dsp.XmlUrl
アセンブリ: Microsoft.SharePoint.Dsp.XmlUrl (microsoft.sharepoint.dsp.xmlurl.dll 内)

構文

'宣言
<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

継承階層

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

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

XMLUrlDataAdapter メンバ
Microsoft.SharePoint.Dsp.XmlUrl 名前空間