The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Enum SsasImpersonationMode

Namespace:
Varigence.Languages.Biml.Connection
Assembly:
Biml.dll
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.

© Varigence