Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.64 KB

connectionstringsecurity-element-assl.md

File metadata and controls

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

ConnectionStringSecurity Element (ASSL)

Specifies whether the user's password is stripped from the data source connection string for security purposes.

Syntax

  
<DataSource>  
   ...  
   <ConnectionStringSecurity>...</ConnectionStringSecurity>  
   ...  
</DataSource>  

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
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 xref:Microsoft.AnalysisServices.ConnectionStringSecurity.

See Also

Properties (ASSL)