次の方法で共有


DspAdapter.Versions プロパティ (Microsoft.SharePoint.Dsp)

特定のクライアント要求でターゲットとされるデータ取得サービスのバージョンを取得または設定します。

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

構文

'宣言
Public Property Versions As Versions
'使用
Dim instance As DspAdapter
Dim value As Versions

value = instance.Versions

instance.Versions = value
public Versions Versions { get; set; }

プロパティ値

データ取得サービスのバージョンを指定する Versions オブジェクト。クエリの実行が終了すると、このプロパティに特定のアダプタでサポートされている実際のバージョンが設定されます。

備考

<dsp:versions> soap ヘッダーに対応する Versions プロパティ。

関連項目

参照

DspAdapter クラス
DspAdapter メンバ
Microsoft.SharePoint.Dsp 名前空間