Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.69 KB

password-element-assl.md

File metadata and controls

53 lines (38 loc) · 1.69 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
Password Element (ASSL) | Microsoft Docs
Learn about the Password property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

Password Element (ASSL)

Contains the password of the user account for the ImpersonationInfo element.

Syntax

  
<ImpersonationInfo  
   ...  
  <Password>...</Password>  
   ...  
</ImpersonationInfo>  

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 element ImpersonationInfo
Child elements None

Remarks

The value of the Password element, as well as the value of the Account 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.

Only members of the server administrator role for theAnalysis Services instance can provide a blank value for the Password element

See Also

DataSourceImpersonationInfo Element (ASSL)
Properties (ASSL)