IDbConnectionExtension.Impersonate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.