次の方法で共有


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

データ取得サービス アダプタへの接続を取得または設定します。

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

構文

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

value = instance.Connection

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

プロパティ値

接続を表す Connection オブジェクト。

関連項目

参照

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