Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.46 KB

maxactiveconnections-element-assl.md

File metadata and controls

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

MaxActiveConnections Element (ASSL)

Contains the maximum number of concurrent connections allowed by an element that is derived from the DataSource data type.

Syntax

  
<DataSource>  
   ...  
   <MaxActiveConnections>...</MaxActiveConnections>  
   ...  
</DataSource>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element DataSource
Child elements None

Remarks

If the value of this element is set to zero, the maximum number of concurrent connections is determined by the data cartridge that is used to access the data source. If the value of this element is set to a negative value, the maximum number of concurrent connections is unlimited.

See Also

Properties (ASSL)