SsasImpersonationMode Enumeration
Provides options for specifying the type of Windows account impersonation to use when connecting to a SQL Server Analysis Services (SSAS) instance.
Enumeration Values
Name | Summary |
---|---|
Inherit | Specifies that the default impersonation mode for the connection should be used. |
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. |
ImpersonateAccount | Specifies that a named user account should be used to connect. The account name must be separately specified. |