I set the “Impersonation Level” to four possible values in SSAS connection string and like to test whether it impersonate the windows user. I made changes in "Data Source Impersonation Info" to “ImpersonateAccount” in SQL Server Management Studio as well So I logged into another user account in my system, unfortunately I could able to connect with my cube from both the user accounts. Please help me to achieve impersonation using SSAS connection string.
Example: string connectionString = @"Data Source=””; Initial Catalog=Adventure Works DW; Provider=SSAS; Impersonation Level=Impersonate";
Thanks in advance.
Regards, Felix Merlin B