Skip to main content

Enum SsasImpersonationMode

Namespace: Varigence.Languages.Biml.Connection

Assembly: Biml.dll

C#


public enum SsasImpersonationMode

Fields

FieldsDescription
ImpersonateAccountSpecifies that a named user account should be used to connect. The account name must be separately specified.
ImpersonateCurrentUserSpecifies 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.
ImpersonateServiceAccountSpecifies that the service account used to run the SQL Server Analysis Services (SSAS) Windows Service should be impersonated when connecting.
InheritSpecifies that the default impersonation mode for the connection should be used.