次の方法で共有


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

バックエンド サーバーへの接続に使用される認証モードを取得または設定します。

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

構文

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

value = instance.Authentication

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

プロパティ値

認証モードを指定する Authentication オブジェクト。クエリの実行が終了すると、アダプタがバックエンド サーバーへのアクセスで使用する実際の認証方法がこのプロパティに設定されます。

備考

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

関連項目

参照

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