--- title: "Password Element (ASSL) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2016" ms.reviewer: "" ms.suite: "" ms.technology: - "analysis-services" - "docset-sql-devref" ms.tgt_pltfrm: "" ms.topic: "reference" apiname: - "Password Element" apilocation: - "http://schemas.microsoft.com/analysisservices/2003/engine" apitype: "Schema" applies_to: - "SQL Server 2016 Preview" helpviewer_keywords: - "Password element" ms.assetid: ee756b01-fb08-4a9a-8c2a-7c04af0f8658 caps.latest.revision: 13 author: "Minewiskan" ms.author: "owend" manager: "erikre" --- # Password Element (ASSL) Contains the password of the user account for the [ImpersonationInfo](../../../analysis-services/scripting/data-type/impersonationinfo-data-type-assl.md) element. ## Syntax ```xml ... ... ``` ## 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](../../../analysis-services/scripting/data-type/impersonationinfo-data-type-assl.md)| |Child elements|None| ## Remarks The value of the **Password** element, as well as the value of the [Account](../../../analysis-services/scripting/properties/account-element-impersonationinfo-assl.md) element, is used for impersonation purposes if the value of the [ImpersonationMode](../../../analysis-services/scripting/properties/impersonationmode-element-assl.md) element for any element derived from the **ImpersonationInfo** data type is set to *ImpersonateAccount*. Only members of the server administrator role for the [!INCLUDE[ssASnoversion](../../../includes/ssasnoversion-md.md)] instance can provide a blank value for the **Password** element ## See Also [DataSourceImpersonationInfo Element (ASSL)](../../../analysis-services/scripting/properties/datasourceimpersonationinfo-element-assl.md) [Properties (ASSL)](../../../analysis-services/scripting/properties/properties-assl.md)