Share via


IReportServerCredentials.ImpersonationUser プロパティ

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

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

構文

'宣言
ReadOnly Property ImpersonationUser As WindowsIdentity
    Get
'使用
Dim instance As IReportServerCredentials
Dim value As WindowsIdentity

value = instance.ImpersonationUser
WindowsIdentity ImpersonationUser { get; }
property WindowsIdentity^ ImpersonationUser {
    WindowsIdentity^ get ();
}
abstract ImpersonationUser : WindowsIdentity
function get ImpersonationUser () : WindowsIdentity

プロパティ値

型: System.Security.Principal.WindowsIdentity
借用するユーザーを表す WindowsIdentity オブジェクト。

関連項目

参照

IReportServerCredentials インターフェイス

Microsoft.Reporting.WinForms 名前空間