DspAdapter.DataRoot プロパティ (Microsoft.SharePoint.Dsp)
特定のデータ ソースのルートを取得または設定します。
名前空間: Microsoft.SharePoint.Dsp
アセンブリ: Microsoft.SharePoint.Dsp.OleDb (microsoft.sharepoint.dsp.oledb.dll 内)
構文
'宣言
Public Property DataRoot As DataRoot
'使用
Dim instance As DspAdapter
Dim value As DataRoot
value = instance.DataRoot
instance.DataRoot = value
public DataRoot DataRoot { get; set; }
プロパティ値
データ ソースのルートを表す Microsoft.SharePoint.Dsp.DataRoot オブジェクト。ルートの形式は、サーバー名、UNC シェア、または URL の 3 つのいずれかです。クエリの実行が終了すると、このプロパティはアダプタによって null にリセットされます。
備考
<dsp:dataRoot> SOAP ヘッダーに対応する DataRoot プロパティ。