Enum SsasImpersonationMode
C#
public enum SsasImpersonationMode
Fields
ImpersonateAccount | Specifies that a named user account should be used to connect. The account name must be separately specified. |
ImpersonateCurrentUser | Specifies that the current user account should be used to connect. Note that the current user account at the time the connection is made will be be used. This may not correspond to the account used during development or deployment. |
ImpersonateServiceAccount | Specifies that the service account used to run the SQL Server Analysis Services (SSAS) Windows Service should be impersonated when connecting. |
Inherit | Specifies that the default impersonation mode for the connection should be used. |