IDbConnectionExtension.Impersonate Property

Definition

Sets the username of the user that is impersonated while queries are executed. This property is ignored by the report server if impersonation is not supported by the data provider.

public:
 property System::String ^ Impersonate {  void set(System::String ^ value); };
public string Impersonate { set; }
member this.Impersonate : string
Public Property Impersonate As String

Property Value

The username of the user that is impersonated while queries are executed.

Applies to