--- title: "ConnectionStringSecurity 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: - "ConnectionStringSecurity Element" apilocation: - "http://schemas.microsoft.com/analysisservices/2003/engine" apitype: "Schema" applies_to: - "SQL Server 2016 Preview" f1_keywords: - "ConnectionStringSecurity" helpviewer_keywords: - "ConnectionStringSecurity element" ms.assetid: f25c4448-bb0d-4945-bc84-9c015eefa0eb caps.latest.revision: 37 author: "Minewiskan" ms.author: "owend" manager: "erikre" --- # ConnectionStringSecurity Element (ASSL) Specifies whether the user's password is stripped from the data source connection string for security purposes. ## Syntax ```xml ... ... ... ``` ## Element Characteristics |Characteristic|Description| |--------------------|-----------------| |Data type and length|String (enumeration)| |Default value|None| |Cardinality|0-1: Optional element that can occur once and only once.| ## Element Relationships |Relationship|Element| |------------------|-------------| |Parent element|[DataSource](../../../analysis-services/scripting/objects/datasource-element-assl.md)| |Child elements|None| ## Remarks The value of this element is limited to one of the strings in the following table. |Value|Description| |-----------|-----------------| |*PasswordRemoved*|The password has been stripped from the connection string.| |*Unchanged*|The connection string has not been modified.| The enumeration corresponding to the allowed values for **ConnectionStringSecurity** in the Analysis Management Objects (AMO) object model is . ## See Also [Properties (ASSL)](../../../analysis-services/scripting/properties/properties-assl.md)