IReportServerCredentials.ImpersonationUser プロパティ
ReportViewer コントロールがレポート サーバーに接続するときに借用するユーザーの System.Security.Principal.WindowsIdentity を取得または設定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.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
権限を借用するユーザーを表す System.Security.Principal.WindowsIdentity オブジェクト。