IReportServerCredentials.ImpersonationUser-Eigenschaft

Gibt den Benutzer an, dessen Identität beim Herstellen der Verbindung mit einem Berichtsserver angenommen werden soll.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
ReadOnly Property ImpersonationUser As WindowsIdentity
    Get
'Usage
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

Eigenschaftswert

Typ: System.Security.Principal.WindowsIdentity
Ein WindowsIdentity-Objekt, das den Benutzer darstellt, dessen Identität angenommen werden soll.

Siehe auch

Verweis

IReportServerCredentials Schnittstelle

Microsoft.Reporting.WinForms-Namespace