次の方法で共有


IReportServerCredentials.ImpersonationUser プロパティ

 

発行: 2016年7月

レポート サーバーへの接続時に権限を借用するユーザーを指定します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

WindowsIdentity ImpersonationUser { get; }
property WindowsIdentity^ ImpersonationUser {
    WindowsIdentity^ get();
}
abstract ImpersonationUser : WindowsIdentity with get
ReadOnly Property ImpersonationUser As WindowsIdentity

プロパティ値

Type: System.Security.Principal.WindowsIdentity

借用するユーザーを表す WindowsIdentity オブジェクト。

参照

IReportServerCredentials インターフェイス
Microsoft.Reporting.WinForms 名前空間

トップに戻る