Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.55 KB

account-element-impersonationinfo-assl.md

File metadata and controls

50 lines (37 loc) · 1.55 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
Account Element (ImpersonationInfo) (ASSL) | Microsoft Docs
Learn about the Account property element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

Account Element (ImpersonationInfo) (ASSL)

Contains the name of the user account for the ImpersonationInfo data type.

Syntax

  
<ImpersonationInfo  
   ...  
  <Account>...</Account>  
   ...  
</Action>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements ImpersonationInfo
Child elements None

Remarks

The value of the Account element, as well as the value of the Password element, is used for impersonation purposes if the value of the ImpersonationMode element for any element derived from the ImpersonationInfo data type is set to ImpersonateAccount.

See Also

DataSourceImpersonationInfo Element (ASSL)
Properties (ASSL)